Skip to content

Commit dfc513a

Browse files
committed
ci: Fix go version to 1.22 to be used in golangci-lint
1 parent 35bd069 commit dfc513a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

go.mod

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module github.com/raeperd/recvcheck
22

3-
go 1.22.5
3+
go 1.22.0
4+
5+
toolchain go1.22.5
46

57
require golang.org/x/tools v0.25.0
68

0 commit comments

Comments
 (0)