Skip to content

Commit

Permalink
Fix '1.21.0': must match format 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
carlobortolan committed Jan 18, 2024
1 parent 9284b13 commit 54b5c36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/TUM-Dev/gocast

go 1.21.0
go 1.21

toolchain go1.21.1
toolchain go1.21

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

toolchain go1.21.1
toolchain go1.21

use (
.
Expand Down

0 comments on commit 54b5c36

Please sign in to comment.