Skip to content

Commit

Permalink
build: update Go version to 1.23.0
Browse files Browse the repository at this point in the history
As of Go 1.21, toolchain versions must use the 1.N.P syntax.
This change updates the project's Go version requirement from
1.21 to 1.23.0 in the go.mod file.
  • Loading branch information
pblittle committed Sep 11, 2024
1 parent 91c44bf commit 6b16103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module albatross

go 1.21
go 1.23.0

require github.com/rs/zerolog v1.33.0

Expand Down

0 comments on commit 6b16103

Please sign in to comment.