Skip to content

Commit

Permalink
Force Go 1.20 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
colin969 authored Mar 29, 2024
1 parent 8202209 commit 5c7efba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nexus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
auth_header="$(git config --local --get http.https://github.com/.extraheader)"
git submodule sync --recursive
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
- uses: actions/setup-go@v5
with:
go-version: '1.20.14'
- name: Build
env:
GOOS: "windows"
Expand Down

0 comments on commit 5c7efba

Please sign in to comment.