© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
Is it possible to to specify a Go version in a Taskfile? - Task
T
Task
•
2y ago
•
4 replies
HighDesertStorm
Is it possible to to specify a Go version in a Taskfile?
When building a
Taskfile.yml
Taskfile.yml
, is it possible to specify the Go version used when building the application
?
This is all I have in my
Taskfile.yml
Taskfile.yml
:
version
:
3
tasks
:
build
:
cmds
:
-
go build .
version
:
3
tasks
:
build
:
cmds
:
-
go build .
Task
Join
Task is a task runner / build tool that aims to be simpler and easier to use than, for example, GNU Make.
613
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
How to reuse code in taskfile?
T
Task / help
14mo ago