Skip to content

Commit d8ef38d

Browse files
authored
Change GOTOOLCHAIN version in CI workflow
Update GOTOOLCHAIN environment variable for unit tests.
1 parent 52862b4 commit d8ef38d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,9 @@ jobs:
7171
# (".out" becomes a separate argument / package path).
7272
- name: Unit tests
7373
shell: bash
74+
env:
75+
GOTOOLCHAIN: go1.22.0+auto
7476
run: |
75-
go env -w GOTOOLCHAIN=go1.23.0+auto \
7677
go test -v \
7778
-race \
7879
-count=1 \

0 commit comments

Comments
 (0)