Skip to content

Commit 9d76ec6

Browse files
committed
chore(deps): update Go version in release workflow
Update Go version in release.yml to match go.mod version (1.24.6)
1 parent b579448 commit 9d76ec6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set up Go
2929
uses: actions/setup-go@v6
3030
with:
31-
go-version: "1.24.2"
31+
go-version: "1.24.6"
3232
id: go
3333

3434
- name: Get dependencies
@@ -86,7 +86,7 @@ jobs:
8686
- name: Set up Go
8787
uses: actions/setup-go@v6
8888
with:
89-
go-version: "1.24.2"
89+
go-version: "1.24.6"
9090

9191
- name: Import GPG key
9292
id: import_gpg

0 commit comments

Comments
 (0)