Skip to content

Commit

Permalink
fix release to go version (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
amenocal authored May 10, 2024
1 parent a11207c commit 572aa9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b #v4.1.4
- uses: cli/gh-extension-precompile@v1
with:
go_version: 1.19.x
go_version: 1.21

0 comments on commit 572aa9c

Please sign in to comment.