Skip to content

Commit 17a60a6

Browse files
committed
fix step
1 parent 18da7eb commit 17a60a6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,12 @@ jobs:
5555
shell: bash
5656
env:
5757
GOTOOLCHAIN: local
58-
GOWORK: off
59-
GO_VERSIONS: "1.19"
60-
COMPILECHECK_USE_DOCKER: "0"
6158
run: |
6259
go build ./...
6360
go build ${BUILD_TAGS} ./...
6461
go test -short ${BUILD_TAGS} -run ^$$ ./...
6562
66-
go test -v ./internal/test/compilecheck -run '^TestCompileCheck/golang:1.19$'
63+
GO_VERSIONS="1.19" go test -v ./internal/test/compilecheck -run '^TestCompileCheck/golang:1.19$'
6764
6865
GOOS=linux GOARCH=386 go build ./...
6966
GOOS=linux GOARCH=arm go build ./...

0 commit comments

Comments
 (0)