Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
HighDesertStorm
Posts
Comments
T
Task
•
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