Skip to content

Commit 44b57bc

Browse files
committed
bump go version in workflows
1 parent cf3d016 commit 44b57bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
name: Set up Go
2929
uses: actions/setup-go@v4
3030
with:
31-
go-version: 1.18
31+
go-version: 1.21
3232
-
3333
name: Import GPG key
3434
id: import_gpg

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Go
2424
uses: actions/setup-go@v4
2525
with:
26-
go-version: 1.18
26+
go-version: 1.21
2727
id: go
2828

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

0 commit comments

Comments
 (0)