Skip to content

Commit b46c6da

Browse files
committed
.github: fix Go version for @latest dependency tests
1 parent 45bee0e commit b46c6da

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
curl --fail --location --remote-name https://github.com/Orange-OpenSource/hurl/releases/download/4.1.0/hurl_4.1.0_amd64.deb
3636
sudo apt-get install -y ./hurl_4.1.0_amd64.deb
3737
if [ "${{ matrix.deps }}" = "latest" ]; then
38+
go env -w GOTOOLCHAIN=auto
3839
go get -u -t ./...
3940
fi
4041
go test ./...

0 commit comments

Comments
 (0)