Skip to content

Commit

Permalink
[NO-ISSUE] add go version setup in release.yml to pin the go version …
Browse files Browse the repository at this point in the history
…at 1.20
  • Loading branch information
howardgao authored and brusdev committed Apr 17, 2024
1 parent 8d36322 commit 3df348c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
sudo apt-get update &&
sudo apt-get install pass
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.20.13'

- name: Checkout the repo
uses: actions/checkout@v4

Expand Down

0 comments on commit 3df348c

Please sign in to comment.