Skip to content

Commit

Permalink
Merge pull request #204 from kitsuyui/pin-release-build-go-version
Browse files Browse the repository at this point in the history
Pin release build go version
  • Loading branch information
kitsuyui authored Jan 7, 2023
2 parents f3a6f17 + 44f5806 commit 91a7f89
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:

- name: setup
uses: actions/setup-go@v3
with:
go-version: ^1.19.4
check-latest: true

- name: release
if: startsWith(github.event.ref, 'refs/tags')
Expand Down

0 comments on commit 91a7f89

Please sign in to comment.