HighDesertStorm
HighDesertStorm
TTask
Created by HighDesertStorm on 10/19/2024 in #help
Is it possible to to specify a Go version in a Taskfile?
When building a Taskfile.yml, is it possible to specify the Go version used when building the application? This is all I have in my Taskfile.yml:
version: 3

tasks:
build:
cmds:
- go build .
version: 3

tasks:
build:
cmds:
- go build .
5 replies