Skip to content

Commit

Permalink
update golang version in github action (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangrzneu authored May 7, 2024
1 parent 20bb892 commit 7b91958
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up go
uses: actions/setup-go@v3
with:
go-version: 1.19.2
go-version: 1.21.9

- name: Build
run: go build ./...
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up go
uses: actions/setup-go@v3
with:
go-version: 1.19.3
go-version: 1.21.9

- name: Build
run: bash hack/github-release.sh
Expand Down

0 comments on commit 7b91958

Please sign in to comment.