We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9918627 commit 4cd7954Copy full SHA for 4cd7954
.github/workflows/test-375.yml
@@ -21,7 +21,8 @@ jobs:
21
uses: priya-kinthali/setup-go@tool-version
22
# uses: actions/setup-go@v6
23
with:
24
- go-version-file: '.tool-versions'
+ # go-version-file: '.tool-versions'
25
+ go-version-file: 'go.mod'
26
# cache-dependency-path: 'go.sum'
27
# go-version: '1.23'
28
# check-latest: true
go.mod
@@ -1,6 +1,6 @@
1
module main
2
3
-go 1.20
+toolchain 1.25rc3
4
5
require (
6
github.com/gorilla/mux v1.8.1
0 commit comments