We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97b9601 commit 8eb920bCopy full SHA for 8eb920b
.github/workflows/go.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Set up Go
15
uses: actions/setup-go@v6
16
with:
17
- go-version: "1.24"
+ go-version: "1.25"
18
id: go
19
20
- name: Check out code into the Go module directory
go.mod
@@ -2,7 +2,7 @@ module github.com/cloudspannerecosystem/memefish
2
3
go 1.23.0
4
5
-toolchain go1.24.4
+toolchain go1.25.2
6
7
require (
8
github.com/MakeNowJust/heredoc/v2 v2.0.1
0 commit comments