Skip to content

Commit

Permalink
update workflow golang version
Browse files Browse the repository at this point in the history
  • Loading branch information
lc committed Oct 28, 2024
1 parent 8180e95 commit 50728dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
with:
fetch-depth: 0 # See: https://goreleaser.com/ci/actions/

- name: Set up Go 1.21.0
- name: Set up Go 1.23.2
uses: actions/setup-go@v2
with:
go-version: 1.21.0
go-version: 1.23.2
id: go

- name: Import GPG key
Expand Down

0 comments on commit 50728dc

Please sign in to comment.