Downloads:
33,411
Downloads of v 3.42.0:
408
Last Update:
11 Apr 2025
Package Maintainer(s):
Software Author(s):
- Andrey Nering
Tags:
go-task task golang build devops go makefile task-runner build-tool make taskfile- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Task - Build System for Go
- 1
- 2
- 3
3.42.0 | Updated: 11 Apr 2025
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
33,411
Downloads of v 3.42.0:
408
Maintainer(s):
Software Author(s):
- Andrey Nering
Task - Build System for Go 3.42.0
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Andrey Nering. The inclusion of Andrey Nering trademark(s), if any, upon this webpage is solely to identify Andrey Nering goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Task - Build System for Go, run the following command from the command line or from PowerShell:
To upgrade Task - Build System for Go, run the following command from the command line or from PowerShell:
To uninstall Task - Build System for Go, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download go-task --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade go-task -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade go-task -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install go-task
win_chocolatey:
name: go-task
version: '3.42.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'go-task' do
action :install
source 'INTERNAL REPO URL'
version '3.42.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller go-task
{
Name = "go-task"
Version = "3.42.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'go-task':
ensure => '3.42.0',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 11 Apr 2025.
Task is a task runner / build tool that aims to be simpler and easier to use than, for example, GNU Make.
From: https://github.com/go-task/task/blob/v3.42.0/LICENSE
LICENSE
The MIT License (MIT)
Copyright (c) 2016 Andrey Nering
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
Package can be verified like this:
1. Go to https://github.com/go-task/task/releases/tag/v3.42.0, and download from there.
i686: https://github.com/go-task/task/releases/download/v3.42.0/task_windows_386.zip
x86_64: https://github.com/go-task/task/releases/download/v3.42.0/task_windows_amd64.zip
to download the archive and extract the executable. You may wish to rename one of the files.
2. You can use one of the following methods to obtain the SHA512 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'
checksum: 9184fb12cf4ad3fc760333eca5d300d3ccd9c13b08c2da2bf9e8b5041b86d955c9118095681b05ebde656bb159612d40b0d2255ea377333d85c568926fd3498e
checksum64: 793fcb1ea32407d8ed69cd7e6101ec221ce8b2904eccf9104126b8199c36bec58aa83fb87e5da37efa4e540dc4b973591b12f814cdc092f4ed687be6ede471e8
File 'LICENSE.txt' obtained from:
https://github.com/go-task/task/blob/v3.42.0/LICENSE
md5: E8F4B08427EE1F8197C523D72AC6F0B5 | sha1: 47255FEB617FC863B684799EDDD0EFD478472D3A | sha256: 1DD710C690EF8D07D0540C2ED6E523BB831F31E619128672635626F93080B398 | sha512: 793FCB1EA32407D8ED69CD7E6101EC221CE8B2904ECCF9104126B8199C36BEC58AA83FB87E5DA37EFA4E540DC4B973591B12F814CDC092F4ED687BE6EDE471E8
md5: D80362A8B0FA062B75FF8CC6B9A98848 | sha1: 6CD62C58CEDD8F95A7BEE00B27B1FB3A40160C3E | sha256: E79DE1F8588597347CA0F906EEDF6CCC23199702B30D0B282C91A90570D39F15 | sha512: 9184FB12CF4AD3FC760333ECA5D300D3CCD9C13B08C2DA2BF9E8B5041B86D955C9118095681B05EBDE656BB159612D40B0D2255EA377333D85C568926FD3498E
Log in or click on link to see number of positives.
- go-task.3.42.0.nupkg (671ea67f36bb) - ## / 67
- task.exe (1dd710c690ef) - ## / 73
- task.exe (e79de1f85885) - ## / 69
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Task - Build System for Go 3.42.0 | 408 | Friday, April 11, 2025 | Approved | |
Task - Build System for Go 3.41.0 | 914 | Monday, March 3, 2025 | Approved | |
Task - Build System for Go 3.40.1 | 2324 | Wednesday, December 11, 2024 | Approved | |
Task - Build System for Go 3.40.0 | 2920 | Tuesday, December 10, 2024 | Approved | |
Task - Build System for Go 3.39.2 | 430 | Tuesday, November 26, 2024 | Approved | |
Task - Build System for Go 3.39.1 | 685 | Thursday, November 14, 2024 | Approved | |
Task - Build System for Go 3.39.0 | 1970 | Saturday, September 21, 2024 | Approved | |
Task - Build System for Go 3.38.0 | 70 | Friday, September 20, 2024 | Approved | |
Task - Build System for Go 3.37.2 | 1303 | Wednesday, September 4, 2024 | Approved | |
Task - Build System for Go 3.37.1 | 1787 | Wednesday, July 3, 2024 | Approved | |
Task - Build System for Go 3.37.0 | 771 | Saturday, June 8, 2024 | Approved | |
Task - Build System for Go 3.36.0 | 1040 | Wednesday, April 24, 2024 | Approved | |
Task - Build System for Go 3.35.1 | 272 | Monday, April 22, 2024 | Approved | |
Task - Build System for Go 3.34.1 | 1434 | Thursday, February 15, 2024 | Approved | |
Task - Build System for Go 3.34.0 | 200 | Thursday, February 8, 2024 | Approved | |
Task - Build System for Go 3.33.1 | 128 | Monday, February 5, 2024 | Approved | |
Task - Build System for Go 3.33.0 | 913 | Tuesday, January 2, 2024 | Approved | |
Task - Build System for Go 3.32.0 | 265 | Sunday, December 17, 2023 | Approved | |
Task - Build System for Go 3.31.0 | 864 | Monday, October 23, 2023 | Approved | |
Task - Build System for Go 3.30.1 | 227 | Wednesday, October 11, 2023 | Approved | |
Task - Build System for Go 3.30.0 | 195 | Friday, September 22, 2023 | Approved | |
Task - Build System for Go 3.29.1 | 821 | Monday, September 18, 2023 | Approved | |
Task - Build System for Go 3.28.0 | 255 | Saturday, September 2, 2023 | Approved | |
Task - Build System for Go 3.27.1 | 342 | Saturday, August 5, 2023 | Approved | |
Task - Build System for Go 3.27.0 | 80 | Friday, August 4, 2023 | Approved | |
Task - Build System for Go 3.26.0 | 154 | Wednesday, August 2, 2023 | Approved | |
Task - Build System for Go 3.25.0 | 416 | Sunday, June 25, 2023 | Approved | |
Task - Build System for Go 3.24.0 | 683 | Wednesday, May 24, 2023 | Approved | |
Task - Build System for Go 3.23.0 | 587 | Monday, March 27, 2023 | Approved | |
Task - Build System for Go 3.22.0 | 665 | Saturday, March 11, 2023 | Approved | |
Task - Build System for Go 3.21.0 | 290 | Wednesday, March 8, 2023 | Approved | |
Task - Build System for Go 3.20.0 | 150 | Tuesday, March 7, 2023 | Approved | |
Task - Build System for Go 3.19.1 | 509 | Sunday, January 15, 2023 | Approved | |
Task - Build System for Go 3.19.0 | 287 | Tuesday, December 13, 2022 | Approved | |
Task - Build System for Go 3.18.0 | 328 | Sunday, November 13, 2022 | Approved | |
Task - Build System for Go 3.17.0 | 380 | Wednesday, October 19, 2022 | Approved | |
Task - Build System for Go 3.16.0 | 142 | Saturday, October 15, 2022 | Approved | |
Task - Build System for Go 3.15.2 | 179 | Saturday, October 8, 2022 | Approved | |
Task - Build System for Go 3.15.0 | 238 | Sunday, September 11, 2022 | Approved | |
Task - Build System for Go 3.14.1 | 275 | Thursday, August 4, 2022 | Approved | |
Task - Build System for Go 3.14.0 | 199 | Saturday, July 9, 2022 | Approved | |
Task - Build System for Go 3.13.0 | 182 | Sunday, June 19, 2022 | Approved | |
Task - Build System for Go 3.12.1 | 259 | Tuesday, May 10, 2022 | Approved | |
Task - Build System for Go 3.12.0 | 499 | Saturday, April 2, 2022 | Approved | |
Task - Build System for Go 3.11.0 | 184 | Tuesday, March 1, 2022 | Approved | |
Task - Build System for Go 3.10.0 | 137 | Wednesday, January 5, 2022 | Approved | |
Task - Build System for Go 3.9.2 | 146 | Friday, December 3, 2021 | Approved | |
Task - Build System for Go 3.9.1 | 98 | Monday, November 29, 2021 | Approved | |
Task - Build System for Go 3.9.0 | 136 | Sunday, October 3, 2021 | Approved | |
Task - Build System for Go 3.8.0 | 128 | Wednesday, September 29, 2021 | Approved | |
Task - Build System for Go 3.7.3 | 133 | Tuesday, September 28, 2021 | Approved | |
Task - Build System for Go 3.7.0 | 309 | Tuesday, September 28, 2021 | Approved | |
Task - Build System for Go 3.6.0 | 118 | Tuesday, September 28, 2021 | Approved | |
Task - Build System for Go 3.5.0 | 116 | Tuesday, September 28, 2021 | Approved | |
Task - Build System for Go 3.4.3 | 127 | Monday, September 27, 2021 | Approved | |
Task - Build System for Go 3.4.2 | 120 | Monday, September 27, 2021 | Approved | |
Task - Build System for Go 3.4.1 | 168 | Monday, September 27, 2021 | Approved | |
Task - Build System for Go 3.3.0 | 187 | Monday, September 27, 2021 | Approved | |
Task - Build System for Go 3.2.2 | 143 | Monday, September 27, 2021 | Approved | |
Task - Build System for Go 3.2.1 | 120 | Monday, September 27, 2021 | Approved | |
Task - Build System for Go 3.2.0 | 116 | Monday, September 27, 2021 | Approved | |
Task - Build System for Go 3.1.0 | 109 | Monday, September 27, 2021 | Approved | |
Task - Build System for Go 3.0.1 | 120 | Monday, September 27, 2021 | Approved | |
Task - Build System for Go 3.0.0 | 147 | Saturday, September 25, 2021 | Approved | |
Task - Build System for Go 3.0.0-preiew4 | 99 | Friday, September 24, 2021 | Approved | |
Task - Build System for Go 3.0.0-preiew3 | 127 | Friday, September 24, 2021 | Approved | |
Task - Build System for Go 3.0.0-preiew2 | 124 | Thursday, September 23, 2021 | Approved | |
Task - Build System for Go 3.0.0-preiew1 | 112 | Thursday, September 23, 2021 | Approved | |
Task - Build System for Go 2.8.1 | 152 | Thursday, September 23, 2021 | Approved | |
Task - Build System for Go 2.8.0 | 132 | Thursday, September 23, 2021 | Approved | |
Task - Build System for Go 2.7.1 | 126 | Monday, September 20, 2021 | Approved | |
Task - Build System for Go 2.7.0 | 138 | Monday, September 20, 2021 | Approved | |
Task - Build System for Go 2.6.0 | 146 | Sunday, September 19, 2021 | Approved | |
Task - Build System for Go 2.5.2 | 99 | Sunday, September 19, 2021 | Approved | |
Task - Build System for Go 2.5.1 | 116 | Sunday, September 19, 2021 | Approved | |
Task - Build System for Go 2.5.0 | 142 | Sunday, September 19, 2021 | Approved | |
Task - Build System for Go 2.4.0 | 126 | Sunday, September 19, 2021 | Approved | |
Task - Build System for Go 2.3.0 | 128 | Sunday, September 19, 2021 | Approved | |
Task - Build System for Go 2.2.1 | 102 | Saturday, September 18, 2021 | Approved | |
Task - Build System for Go 2.2.0 | 131 | Saturday, September 18, 2021 | Approved | |
Task - Build System for Go 2.1.1 | 105 | Saturday, September 18, 2021 | Approved | |
Task - Build System for Go 2.1.0 | 98 | Saturday, September 18, 2021 | Approved | |
Task - Build System for Go 2.0.3 | 90 | Saturday, September 18, 2021 | Approved | |
Task - Build System for Go 2.0.2 | 100 | Saturday, September 18, 2021 | Approved | |
Task - Build System for Go 2.0.1 | 113 | Saturday, September 18, 2021 | Approved | |
Task - Build System for Go 2.0.0 | 94 | Saturday, September 18, 2021 | Approved | |
Task - Build System for Go 1.4.4 | 114 | Saturday, September 18, 2021 | Approved | |
Task - Build System for Go 1.4.3 | 93 | Saturday, September 18, 2021 | Approved | |
Task - Build System for Go 1.4.2 | 84 | Saturday, September 18, 2021 | Approved | |
Task - Build System for Go 1.4.1 | 90 | Saturday, September 18, 2021 | Approved | |
Task - Build System for Go 1.4.0 | 95 | Friday, September 17, 2021 | Approved | |
Task - Build System for Go 1.3.0 | 124 | Friday, September 17, 2021 | Approved | |
Task - Build System for Go 1.2.0 | 93 | Friday, September 17, 2021 | Approved | |
Task - Build System for Go 1.1.0 | 103 | Friday, September 17, 2021 | Approved | |
Task - Build System for Go 1.0.0 | 92 | Wednesday, September 15, 2021 | Approved |
Copyright © 2016 - 2025 Andrey Nering
Made
--init
less verbose by default and respect--silent
and--verbose
flags (#2009, #2011 by @HeCorr).--init
now accepts a file name or directory as an argument (#2008, #2018 by @HeCorr).Fix a bug where an HTTP node's location was being mutated incorrectly (#2007 by @jeongukjae).
Fixed a bug where allowed values didn't work with dynamic var (#2032, #2033 by @vmaerten).
Use only the relevant checker (timestamp or checksum) to improve performance (#2029, #2031 by @vmaerten).
Print warnings when attempting to enable an inactive experiment or an active experiment with an invalid value (#1979, #2049 by @pd93).
Refactored the experiments package and added tests (#2049 by @pd93).
Show allowed values when a variable with an enum is missing (#2027, #2052 by @vmaerten).
Refactored how snippets in error work and added tests (#2068 by @pd93).
Fixed a bug where errors decoding commands were sometimes unhelpful (#2068 by @pd93).
Fixed a bug in the Taskfile schema where
defer
statements in the shorthandcmds
syntax were not considered valid (#2068 by @pd93).Refactored how task sorting functions work (#1798 by @pd93).
Added a new
.taskrc.yml
(or.taskrc.yaml
) file to let users enable experiments (similar to.env
) (#1982 by @vmaerten).Added new Getting Started docs (#2086 by @pd93).
Allow
matrix
to use references to other variables (#2065, #2069 by @pd93).Fixed a bug where, when a dynamic variable is provided, even if it is not used, all other variables become unavailable in the templating system within the include (#2092 by @vmaerten).
Package API
Unlike our CLI tool, Task's package API is not currently stable. In an effort to ease the pain of breaking changes for our users, we will be providing changelogs for our package API going forwards. The hope is that these changes will provide a better long-term experience for our users and allow to stabilize the API in the future. #121 now tracks this piece of work.
Bumped the minimum required Go version to 1.23 (#2059 by @pd93).
task.InitTaskfile
(#2011, ff8c913 by @HeCorr and @pd93)No longer accepts an
io.Writer
(output is now the caller's responsibility).The path argument can now be a filename OR a directory.
The function now returns the full path of the generated file.
TaskfileDecodeError.WithFileInfo
now accepts a string instead of the arguments required to generate a snippet (#2068 by @pd93).- The caller is now expected to create the snippet themselves (see below).
TaskfileSnippet
and related code moved from theerrors
package to thetaskfile
package (#2068 by @pd93).Renamed
TaskMissingRequiredVars
toTaskMissingRequiredVarsError
(#2052 by @vmaerten).Renamed
TaskNotAllowedVars
toTaskNotAllowedVarsError
(#2052 by @vmaerten).The
taskfile.Reader
is now constructed using the functional options pattern (#2082 by @pd93).Removed our internal
logger.Logger
from the entiretaskfile
package (#2082 by @pd93).- Users are now expected to pass a custom debug/prompt functions into
taskfile.Reader
if they want this functionality by using the newWithDebugFunc
andWithPromptFunc
functional options.
- Users are now expected to pass a custom debug/prompt functions into
Remove
Range
functions in thetaskfile/ast
package in favour of new iterator functions (#1798 by @pd93).ast.Call
was moved from thetaskfile/ast
package to the maintask
package (#2084 by @pd93).ast.Tasks.FindMatchingTasks
was moved from thetaskfile/ast
package to thetask.Executor.FindMatchingTasks
in the maintask
package (#2084 by @pd93).The
Compiler
and itsGetVariables
andFastGetVariables
methods were moved from theinternal/compiler
package to the maintask
package (#2084 by @pd93).
This package has no dependencies.
Ground Rules:
- This discussion is only about Task - Build System for Go and the Task - Build System for Go package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Task - Build System for Go, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.