Skip to content

Commit 5c7efba

Browse files
authored
Force Go 1.20 in CI
1 parent 8202209 commit 5c7efba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/nexus.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
auth_header="$(git config --local --get http.https://github.com/.extraheader)"
2222
git submodule sync --recursive
2323
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'
2427
- name: Build
2528
env:
2629
GOOS: "windows"

0 commit comments

Comments
 (0)