Skip to content

Commit 7b91958

Browse files
authored
update golang version in github action (#83)
1 parent 20bb892 commit 7b91958

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up go
1919
uses: actions/setup-go@v3
2020
with:
21-
go-version: 1.19.2
21+
go-version: 1.21.9
2222

2323
- name: Build
2424
run: go build ./...

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up go
1717
uses: actions/setup-go@v3
1818
with:
19-
go-version: 1.19.3
19+
go-version: 1.21.9
2020

2121
- name: Build
2222
run: bash hack/github-release.sh

0 commit comments

Comments
 (0)