Skip to content

Commit

Permalink
go.mod: include patch version in version specifier
Browse files Browse the repository at this point in the history
CodeQL complained about it, it is required since Go 1.21[^1].

[^1]: https://go.dev/doc/toolchain#version
  • Loading branch information
fho committed Sep 30, 2024
1 parent f199889 commit 2c5dc54
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 github.com/simplesurance/baur/v5

go 1.23
go 1.23.1

require (
github.com/docker/docker v27.1.2+incompatible // indirect
Expand Down

0 comments on commit 2c5dc54

Please sign in to comment.