Skip to content

Commit 4cd7954

Browse files
go.mod
1 parent 9918627 commit 4cd7954

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test-375.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ jobs:
2121
uses: priya-kinthali/setup-go@tool-version
2222
# uses: actions/setup-go@v6
2323
with:
24-
go-version-file: '.tool-versions'
24+
# go-version-file: '.tool-versions'
25+
go-version-file: 'go.mod'
2526
# cache-dependency-path: 'go.sum'
2627
# go-version: '1.23'
2728
# check-latest: true

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module main
22

3-
go 1.20
3+
toolchain 1.25rc3
44

55
require (
66
github.com/gorilla/mux v1.8.1

0 commit comments

Comments
 (0)