Skip to content

Commit 8229ec8

Browse files
authored
chore: upgrade to Go 1.26.2 with toolchain directive (#31)
1 parent 7d73058 commit 8229ec8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module github.com/redhat-best-practices-for-k8s/checks
22

3-
go 1.26.1
3+
go 1.26
4+
5+
toolchain go1.26.2
46

57
require (
68
github.com/blang/semver/v4 v4.0.0

0 commit comments

Comments
 (0)