1 parent 45bee0e commit b46c6daCopy full SHA for b46c6da
1 file changed
.github/workflows/test.yml
@@ -35,6 +35,7 @@ jobs:
35
curl --fail --location --remote-name https://github.com/Orange-OpenSource/hurl/releases/download/4.1.0/hurl_4.1.0_amd64.deb
36
sudo apt-get install -y ./hurl_4.1.0_amd64.deb
37
if [ "${{ matrix.deps }}" = "latest" ]; then
38
+ go env -w GOTOOLCHAIN=auto
39
go get -u -t ./...
40
fi
41
go test ./...
0 commit comments