Skip to content

Commit 46a339a

Browse files
committed
set go toolchain to auto to allow proper version to be downloaded for build
1 parent 65429b5 commit 46a339a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ tasks:
2424
dir: internal/test/compilecheck
2525
env:
2626
GOWORK: off
27-
GOTOOLCHAIN: local
27+
GOTOOLCHAIN: auto
2828
GO_VERSIONS: "1.19"
2929
COMPILECHECK_USE_DOCKER: "0"
3030
cmds:

0 commit comments

Comments
 (0)