Skip to content

Commit

Permalink
chore: update release workflow go version to stable (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
muktihari authored Aug 10, 2024
1 parent 5fbcaf2 commit 2512e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: ">=1.18"
go-version: "stable"

- name: Build [macOS]
if: matrix.os == 'macOS'
Expand Down

0 comments on commit 2512e57

Please sign in to comment.