chore: use go1.18.6 (#937)

While there, also update to using go1.19.1 in the dedicated CI workflow.

Closes https://github.com/ooni/probe/issues/2256
This commit is contained in:
Simone Basso
2022-09-07 13:19:10 +02:00
committed by GitHub
parent 4247640a17
commit 1fc6babcc8
4 changed files with 14 additions and 14 deletions
+4 -4
View File
@@ -18,11 +18,11 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: go install golang.org/dl/go1.19@latest
- run: go install golang.org/dl/go1.19.1@latest
- run: $(go env GOPATH)/bin/go1.19 download
- run: $(go env GOPATH)/bin/go1.19.1 download
- run: $(go env GOPATH)/bin/go1.19 build -v ./...
- run: $(go env GOPATH)/bin/go1.19.1 build -v ./...
- run: $(go env GOPATH)/bin/go1.19 test -short -race -tags shaping ./...
- run: $(go env GOPATH)/bin/go1.19.1 test -short -race -tags shaping ./...