We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8202209 commit 5c7efbaCopy full SHA for 5c7efba
.github/workflows/nexus.yml
@@ -21,6 +21,9 @@ jobs:
21
auth_header="$(git config --local --get http.https://github.com/.extraheader)"
22
git submodule sync --recursive
23
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
24
+ - uses: actions/setup-go@v5
25
+ with:
26
+ go-version: '1.20.14'
27
- name: Build
28
env:
29
GOOS: "windows"
0 commit comments