File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed
Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -52,22 +52,19 @@ jobs:
5252 shell : bash
5353 env :
5454 GOTOOLCHAIN : local
55- GOWORK : off
56- GO_VERSIONS : " 1.19"
57- COMPILECHECK_USE_DOCKER : " 0"
5855 run : |
5956 go build ./...
6057 go build ${BUILD_TAGS} ./...
6158 go test -short ${BUILD_TAGS} -run ^$$ ./...
6259
63- go test -v ./internal/test/compilecheck -run '^TestCompileCheck/golang:1.19$'
60+ GO_VERSIONS="1.19" go test -v ./internal/test/compilecheck -run '^TestCompileCheck/golang:1.19$'
6461
65- GOOS=linux GOARCH=386 go build ./...
66- GOOS=linux GOARCH=arm go build ./...
67- GOOS=linux GOARCH=arm64 go build ./...
68- GOOS=linux GOARCH=amd64 go build ./...
69- GOOS=linux GOARCH=ppc64le go build ./...
70- GOOS=linux GOARCH=s390x go build ./...
62+ GOOS=linux GOARCH=386 go build ./...
63+ GOOS=linux GOARCH=arm go build ./...
64+ GOOS=linux GOARCH=arm64 go build ./...
65+ GOOS=linux GOARCH=amd64 go build ./...
66+ GOOS=linux GOARCH=ppc64le go build ./...
67+ GOOS=linux GOARCH=s390x go build ./...
7168
7269 - name : Perform CodeQL Analysis
7370 uses : github/codeql-action/analyze@v4
You can’t perform that action at this time.
0 commit comments