We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18da7eb commit 17a60a6Copy full SHA for 17a60a6
.github/workflows/codeql.yml
@@ -55,15 +55,12 @@ jobs:
55
shell: bash
56
env:
57
GOTOOLCHAIN: local
58
- GOWORK: off
59
- GO_VERSIONS: "1.19"
60
- COMPILECHECK_USE_DOCKER: "0"
61
run: |
62
go build ./...
63
go build ${BUILD_TAGS} ./...
64
go test -short ${BUILD_TAGS} -run ^$$ ./...
65
66
- go test -v ./internal/test/compilecheck -run '^TestCompileCheck/golang:1.19$'
+ GO_VERSIONS="1.19" go test -v ./internal/test/compilecheck -run '^TestCompileCheck/golang:1.19$'
67
68
GOOS=linux GOARCH=386 go build ./...
69
GOOS=linux GOARCH=arm go build ./...
0 commit comments