Skip to content

Commit eebe058

Browse files
committed
Copilot Suggestions
Remove COMPILECHECK_USE_DOCKER as it is unused Add GO_WORK=off to compilecheck test
1 parent d9739fd commit eebe058

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
go build ${BUILD_TAGS} ./...
5555
go test -short ${BUILD_TAGS} -run ^$$ ./...
5656
57-
GO_VERSIONS="1.19" go test -v ./internal/test/compilecheck -run '^TestCompileCheck/golang:1.19$'
57+
GO_WORK=off GO_VERSIONS="1.19" go test -v ./internal/test/compilecheck -run '^TestCompileCheck/golang:1.19$'
5858
5959
GOOS=linux GOARCH=386 go build ./...
6060
GOOS=linux GOARCH=arm go build ./...

Taskfile.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ tasks:
2626
GOWORK: off
2727
GOTOOLCHAIN: auto
2828
GO_VERSIONS: "1.19"
29-
COMPILECHECK_USE_DOCKER: "0"
3029
cmds:
3130
- go mod download
3231
- go test -v -run '^TestCompileCheck/golang:1\.19$'

0 commit comments

Comments
 (0)