Skip to content

Commit 8eb920b

Browse files
committed
chore(deps): update dependency go to v1.25.2
1 parent 97b9601 commit 8eb920b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Go
1515
uses: actions/setup-go@v6
1616
with:
17-
go-version: "1.24"
17+
go-version: "1.25"
1818
id: go
1919

2020
- name: Check out code into the Go module directory

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/cloudspannerecosystem/memefish
22

33
go 1.23.0
44

5-
toolchain go1.24.4
5+
toolchain go1.25.2
66

77
require (
88
github.com/MakeNowJust/heredoc/v2 v2.0.1

0 commit comments

Comments
 (0)