Skip to content

Commit 5d86d27

Browse files
committed
Also update actions/setup-go
1 parent a2fe0e2 commit 5d86d27

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
fetch-depth: 0
1515

1616
- name: Set up Go
17-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
17+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
1818
with:
19-
go-version: "1.23"
19+
go-version: "1.25"
2020
id: go
2121

2222
- name: Cache Go Modules

0 commit comments

Comments
 (0)