Skip to content

Commit

Permalink
.github/workflows/nightly.yml upgrade actions/setup-go to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
fb929 committed Sep 17, 2024
1 parent 1b54a55 commit acf3a3c
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,14 @@ jobs:
git config --global url."https://${{secrets.USER}}:${{secrets.TOKEN}}@api.github.com/".insteadOf "https://api.github.com/"
- name: Install Go
uses: actions/setup-go@v1
- uses: actions/setup-go@v4
with:
go-version: 1.22
go-version: '1.22'
check-latest: true

- name: Setup GO
- name: Check GO version
run: |
go version
echo GOPATH=$(go env GOPATH) >> $GITHUB_ENV
echo GOBIN=$(go env GOPATH)/bin >> $GITHUB_ENV
echo $(go env GOPATH)/bin >> $GITHUB_PATH
- name: Install AzureSignTool
if: matrix.os == 'windows-latest'
Expand Down

0 comments on commit acf3a3c

Please sign in to comment.