Skip to content

Commit 3feec4a

Browse files
committed
create Go 1.19 compilecheck
1 parent 04e23b1 commit 3feec4a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Taskfile.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,22 @@ tasks:
2525
- go build ./...
2626
- go build ${BUILD_TAGS} ./...
2727
- task: build-tests
28+
- task: compilecheck-119
2829
- task: cross-compile
2930

3031
build-tests: go test -short ${BUILD_TAGS} -run ^$$ ./...
3132

33+
compilecheck-119:
34+
dir: internal/test/compilecheck
35+
env:
36+
GOWORK: off
37+
GOTOOLCHAIN: local
38+
GO_VERSIONS: "1.19"
39+
COMPILECHECK_USE_DOCKER: "0"
40+
cmds:
41+
- go mod download
42+
- go test -v -run '^TestCompileCheck/golang:1\.19$'
43+
3244
build-compile-check-all: bash etc/run-compile-check-test.sh
3345

3446
build-aws-ecs-test: go test -c ./internal/test/aws -o aws.testbin

0 commit comments

Comments
 (0)