We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52862b4 commit d8ef38dCopy full SHA for d8ef38d
1 file changed
.github/workflows/ci.yml
@@ -71,8 +71,9 @@ jobs:
71
# (".out" becomes a separate argument / package path).
72
- name: Unit tests
73
shell: bash
74
+ env:
75
+ GOTOOLCHAIN: go1.22.0+auto
76
run: |
- go env -w GOTOOLCHAIN=go1.23.0+auto \
77
go test -v \
78
-race \
79
-count=1 \
0 commit comments