Downloads:
36,987
Downloads of v 3.43.1:
82
Last Update:
11 May 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
This is not the latest version of Task - Build System for Go available.
- 1
- 2
- 3
3.43.1 | Updated: 11 May 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:
36,987
Downloads of v 3.43.1:
82
Maintainer(s):
Software Author(s):
- Andrey Nering
Task - Build System for Go 3.43.1
This is not the latest version of Task - Build System for Go available.
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
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
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 --version=3.43.1 --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'" --version="'3.43.1'" [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'" --version="'3.43.1'"
$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.43.1'
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.43.1'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller go-task
{
Name = "go-task"
Version = "3.43.1"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'go-task':
ensure => '3.43.1',
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 12 May 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.43.1/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.43.1, and download from there.
i686: https://github.com/go-task/task/releases/download/v3.43.1/task_windows_386.zip
x86_64: https://github.com/go-task/task/releases/download/v3.43.1/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: 70ae0173c6d2db0e0d8ac1d8715573ca5b371e5514aa6d0bdc1b3c4fc9df1a4e2d3d238f11e7f71ee6a7ce9f25935ca9e5e301e8e2d7fa8881a403261fc60922
checksum64: a59323e5addee96d38ef0e43e40f54be2c345034d20306e6df4ff8f99eb434cf7df69b8bc07c2d8fe33ad443eb94f0a13241bba5fb5ae8a721c14c07c53d04ed
File 'LICENSE.txt' obtained from:
https://github.com/go-task/task/blob/v3.43.1/LICENSE
md5: 18023691500A1E564D53345A038BB4AB | sha1: 30973B2967DC7ABA303769C6562B05A921E122D5 | sha256: 8D2007ADA4A2A0813AA805DE1CA7FC1DCC4729EC7ED169C40D6E2A3B7840CCFA | sha512: A59323E5ADDEE96D38EF0E43E40F54BE2C345034D20306E6DF4FF8F99EB434CF7DF69B8BC07C2D8FE33AD443EB94F0A13241BBA5FB5AE8A721C14C07C53D04ED
md5: 528C18F62EC77DDA2A0AC352C3D5476E | sha1: DA41C3FC9F52094DF65CE750D2CABFEB5F19970A | sha256: 6C47F3BF123752F4C2D34D8A78DB4E432217FA982EA188C62D5B4DF076D45334 | sha512: 70AE0173C6D2DB0E0D8AC1D8715573CA5B371E5514AA6D0BDC1B3C4FC9DF1A4E2D3D238F11E7F71EE6A7CE9F25935CA9E5E301E8E2D7FA8881A403261FC60922
Log in or click on link to see number of positives.
- go-task.3.43.1.nupkg (67c069e7375b) - ## / 68
- task.exe (8d2007ada4a2) - ## / 72
- task.exe (6c47f3bf1237) - ## / 72
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.43.2 | 566 | Monday, May 12, 2025 | Approved | |
Task - Build System for Go 3.43.1 | 82 | Sunday, May 11, 2025 | Approved | |
Task - Build System for Go 3.42.1 | 125 | Wednesday, May 7, 2025 | Approved | |
Task - Build System for Go 3.42.0 | 697 | Friday, April 11, 2025 | Approved | |
Task - Build System for Go 3.41.0 | 975 | Monday, March 3, 2025 | Approved | |
Task - Build System for Go 3.40.1 | 2325 | Wednesday, December 11, 2024 | Approved | |
Task - Build System for Go 3.40.0 | 5006 | Tuesday, December 10, 2024 | Approved | |
Task - Build System for Go 3.39.2 | 431 | Tuesday, November 26, 2024 | Approved | |
Task - Build System for Go 3.39.1 | 688 | Thursday, November 14, 2024 | Approved | |
Task - Build System for Go 3.39.0 | 1974 | Saturday, September 21, 2024 | Approved | |
Task - Build System for Go 3.38.0 | 72 | 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 | 1789 | Wednesday, July 3, 2024 | Approved | |
Task - Build System for Go 3.37.0 | 774 | Saturday, June 8, 2024 | Approved | |
Task - Build System for Go 3.36.0 | 1042 | Wednesday, April 24, 2024 | Approved | |
Task - Build System for Go 3.35.1 | 277 | Monday, April 22, 2024 | Approved | |
Task - Build System for Go 3.34.1 | 1443 | Thursday, February 15, 2024 | Approved | |
Task - Build System for Go 3.34.0 | 203 | Thursday, February 8, 2024 | Approved | |
Task - Build System for Go 3.33.1 | 132 | Monday, February 5, 2024 | Approved | |
Task - Build System for Go 3.33.0 | 917 | Tuesday, January 2, 2024 | Approved | |
Task - Build System for Go 3.32.0 | 269 | Sunday, December 17, 2023 | Approved | |
Task - Build System for Go 3.31.0 | 869 | Monday, October 23, 2023 | Approved | |
Task - Build System for Go 3.30.1 | 232 | Wednesday, October 11, 2023 | Approved | |
Task - Build System for Go 3.30.0 | 198 | Friday, September 22, 2023 | Approved | |
Task - Build System for Go 3.29.1 | 824 | Monday, September 18, 2023 | Approved | |
Task - Build System for Go 3.28.0 | 258 | Saturday, September 2, 2023 | Approved | |
Task - Build System for Go 3.27.1 | 346 | Saturday, August 5, 2023 | Approved | |
Task - Build System for Go 3.27.0 | 84 | Friday, August 4, 2023 | Approved | |
Task - Build System for Go 3.26.0 | 157 | Wednesday, August 2, 2023 | Approved | |
Task - Build System for Go 3.25.0 | 418 | Sunday, June 25, 2023 | Approved | |
Task - Build System for Go 3.24.0 | 685 | Wednesday, May 24, 2023 | Approved | |
Task - Build System for Go 3.23.0 | 591 | Monday, March 27, 2023 | Approved | |
Task - Build System for Go 3.22.0 | 669 | Saturday, March 11, 2023 | Approved | |
Task - Build System for Go 3.21.0 | 296 | Wednesday, March 8, 2023 | Approved | |
Task - Build System for Go 3.20.0 | 154 | Tuesday, March 7, 2023 | Approved | |
Task - Build System for Go 3.19.1 | 512 | Sunday, January 15, 2023 | Approved | |
Task - Build System for Go 3.19.0 | 291 | Tuesday, December 13, 2022 | Approved | |
Task - Build System for Go 3.18.0 | 334 | Sunday, November 13, 2022 | Approved | |
Task - Build System for Go 3.17.0 | 386 | Wednesday, October 19, 2022 | Approved | |
Task - Build System for Go 3.16.0 | 146 | Saturday, October 15, 2022 | Approved | |
Task - Build System for Go 3.15.2 | 184 | Saturday, October 8, 2022 | Approved | |
Task - Build System for Go 3.15.0 | 243 | Sunday, September 11, 2022 | Approved | |
Task - Build System for Go 3.14.1 | 279 | Thursday, August 4, 2022 | Approved | |
Task - Build System for Go 3.14.0 | 204 | Saturday, July 9, 2022 | Approved | |
Task - Build System for Go 3.13.0 | 186 | Sunday, June 19, 2022 | Approved | |
Task - Build System for Go 3.12.1 | 262 | Tuesday, May 10, 2022 | Approved | |
Task - Build System for Go 3.12.0 | 503 | Saturday, April 2, 2022 | Approved | |
Task - Build System for Go 3.11.0 | 188 | Tuesday, March 1, 2022 | Approved | |
Task - Build System for Go 3.10.0 | 142 | Wednesday, January 5, 2022 | Approved | |
Task - Build System for Go 3.9.2 | 150 | Friday, December 3, 2021 | Approved | |
Task - Build System for Go 3.9.1 | 99 | Monday, November 29, 2021 | Approved | |
Task - Build System for Go 3.9.0 | 141 | Sunday, October 3, 2021 | Approved | |
Task - Build System for Go 3.8.0 | 135 | Wednesday, September 29, 2021 | Approved | |
Task - Build System for Go 3.7.3 | 137 | Tuesday, September 28, 2021 | Approved | |
Task - Build System for Go 3.7.0 | 313 | Tuesday, September 28, 2021 | Approved | |
Task - Build System for Go 3.6.0 | 122 | Tuesday, September 28, 2021 | Approved | |
Task - Build System for Go 3.5.0 | 120 | Tuesday, September 28, 2021 | Approved | |
Task - Build System for Go 3.4.3 | 131 | Monday, September 27, 2021 | Approved | |
Task - Build System for Go 3.4.2 | 122 | Monday, September 27, 2021 | Approved | |
Task - Build System for Go 3.4.1 | 173 | Monday, September 27, 2021 | Approved | |
Task - Build System for Go 3.3.0 | 191 | Monday, September 27, 2021 | Approved | |
Task - Build System for Go 3.2.2 | 149 | Monday, September 27, 2021 | Approved | |
Task - Build System for Go 3.2.1 | 124 | Monday, September 27, 2021 | Approved | |
Task - Build System for Go 3.2.0 | 120 | Monday, September 27, 2021 | Approved | |
Task - Build System for Go 3.1.0 | 112 | Monday, September 27, 2021 | Approved | |
Task - Build System for Go 3.0.1 | 123 | Monday, September 27, 2021 | Approved | |
Task - Build System for Go 3.0.0 | 153 | Saturday, September 25, 2021 | Approved | |
Task - Build System for Go 3.0.0-preiew4 | 104 | Friday, September 24, 2021 | Approved | |
Task - Build System for Go 3.0.0-preiew3 | 132 | Friday, September 24, 2021 | Approved | |
Task - Build System for Go 3.0.0-preiew2 | 129 | Thursday, September 23, 2021 | Approved | |
Task - Build System for Go 3.0.0-preiew1 | 115 | Thursday, September 23, 2021 | Approved | |
Task - Build System for Go 2.8.1 | 156 | Thursday, September 23, 2021 | Approved | |
Task - Build System for Go 2.8.0 | 136 | Thursday, September 23, 2021 | Approved | |
Task - Build System for Go 2.7.1 | 132 | Monday, September 20, 2021 | Approved | |
Task - Build System for Go 2.7.0 | 142 | Monday, September 20, 2021 | Approved | |
Task - Build System for Go 2.6.0 | 152 | Sunday, September 19, 2021 | Approved | |
Task - Build System for Go 2.5.2 | 103 | Sunday, September 19, 2021 | Approved | |
Task - Build System for Go 2.5.1 | 119 | Sunday, September 19, 2021 | Approved | |
Task - Build System for Go 2.5.0 | 146 | Sunday, September 19, 2021 | Approved | |
Task - Build System for Go 2.4.0 | 130 | Sunday, September 19, 2021 | Approved | |
Task - Build System for Go 2.3.0 | 132 | Sunday, September 19, 2021 | Approved | |
Task - Build System for Go 2.2.1 | 105 | Saturday, September 18, 2021 | Approved | |
Task - Build System for Go 2.2.0 | 136 | Saturday, September 18, 2021 | Approved | |
Task - Build System for Go 2.1.1 | 107 | Saturday, September 18, 2021 | Approved | |
Task - Build System for Go 2.1.0 | 101 | Saturday, September 18, 2021 | Approved | |
Task - Build System for Go 2.0.3 | 94 | Saturday, September 18, 2021 | Approved | |
Task - Build System for Go 2.0.2 | 105 | Saturday, September 18, 2021 | Approved | |
Task - Build System for Go 2.0.1 | 116 | Saturday, September 18, 2021 | Approved | |
Task - Build System for Go 2.0.0 | 98 | Saturday, September 18, 2021 | Approved | |
Task - Build System for Go 1.4.4 | 119 | Saturday, September 18, 2021 | Approved | |
Task - Build System for Go 1.4.3 | 98 | Saturday, September 18, 2021 | Approved | |
Task - Build System for Go 1.4.2 | 89 | Saturday, September 18, 2021 | Approved | |
Task - Build System for Go 1.4.1 | 94 | Saturday, September 18, 2021 | Approved | |
Task - Build System for Go 1.4.0 | 99 | Friday, September 17, 2021 | Approved | |
Task - Build System for Go 1.3.0 | 129 | Friday, September 17, 2021 | Approved | |
Task - Build System for Go 1.2.0 | 98 | Friday, September 17, 2021 | Approved | |
Task - Build System for Go 1.1.0 | 107 | Friday, September 17, 2021 | Approved | |
Task - Build System for Go 1.0.0 | 96 | Wednesday, September 15, 2021 | Approved |
Copyright © 2016 - 2025 Andrey Nering
Significant improvements were made to the watcher. We migrated from watcher to fsnotify. The former library used polling, which means Task had a high CPU usage when watching too many files.
fsnotify
uses proper the APIs from each operating system to watch files, which means a much better performance. The default interval changed from 5 seconds to 100 milliseconds, because now it configures the wait time for duplicated events, instead of the polling time (#2048 by @andreynering, #1508, #985, #1179).The Map Variables experiment was made generally available so you can now define map variables in your Taskfiles! (#1585, #1547, #2081 by @pd93).
Wildcards can now match multiple tasks (#2072, #2121 by @pd93).
Added the ability to loop over the files specified by the
generates
keyword. This works the same way as looping over sources (#2151 by @sedyh).Added the ability to resolve variables when defining an include variable (#2108, #2113 by @pd93).
A few changes have been made to the Remote Taskfiles experiment (#1402, #2176 by @pd93):
Cached files are now prioritized over remote ones.
Added an
--expiry
flag which sets the TTL for a remote file cache. By default the value will be 0 (caching disabled). If Task is running in offline mode or fails to make a connection, it will fallback on the cache.
.taskrc
files can now be used from subdirectories and will be searched for recursively up the file tree in the same way that Taskfiles are (#2159, #2166 by @pd93).The default taskfile (output when using the
--init
flag) is now an embedded file in the binary instead of being stored in the code (#2112 by @pd93).Improved the way we report the Task version when using the
--version
flag or{{.TASK_VERSION}}
variable. This should now be more consistent and easier for package maintainers to use (#2131 by @pd93).Fixed a bug where globstar (
**
) matching insources
only resolved the first result (#2073, #2075 by @pd93).Fixed a bug where sorting tasks by "none" would use the default sorting instead of leaving tasks in the order they were defined (#2124, #2125 by @trulede).
Fixed Fish completion on newer Fish versions (#2130 by @atusy).
Fixed a bug where undefined/null variables resolved to an empty string instead of
nil
(#1911, #2144 by @pd93).The
USER_WORKING_DIR
special now will now properly account for the--dir
(-d
) flag, if given (#2102, #2103 by @jaynis, #2186 by @andreynering).Fix Fish completions when
--global
(-g
) is given (#2134 by @atusy).Fixed variables not available when using
defer:
(#1909, #2173 by @vmaerten).
Contribute
Love Task? If you or your company benefit from our work, consider becoming a sponsor!
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.