Skip to content

Commit

Permalink
Updated to go 1.21.5
Browse files Browse the repository at this point in the history
  • Loading branch information
SebiWrn committed Dec 13, 2023
1 parent 18ca21a commit ee9fe8d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/TUM-Dev/gocast

go 1.21.0
go 1.21.5

require (
github.com/RBG-TUM/CAMPUSOnline v0.0.0-20230412070523-8db58ed5c0b4
Expand Down
4 changes: 2 additions & 2 deletions go.work
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
go 1.21.0
go 1.21.5

toolchain go1.21.3
toolchain go1.21.5

use (
.
Expand Down
2 changes: 1 addition & 1 deletion worker/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/TUM-Dev/gocast/worker

go 1.21
go 1.21.5

// Direct dependencies
require (
Expand Down

0 comments on commit ee9fe8d

Please sign in to comment.