Skip to content

Commit

Permalink
.github/workflows/nightly.yml actions/setup-go fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
fb929 committed Sep 17, 2024
1 parent acf3a3c commit 1574ced
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +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@v4
uses: actions/setup-go@v4
with:
go-version: '1.22'
check-latest: true

- name: Check GO version
run: |
go version
shell: bash
run: go version

- name: Install AzureSignTool
if: matrix.os == 'windows-latest'
Expand Down

0 comments on commit 1574ced

Please sign in to comment.