Downloads:
22,274
Downloads of v 3.39.0:
1,092
Last Update:
21 Sep 2024
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.39.0 | Updated: 21 Sep 2024
- 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:
22,274
Downloads of v 3.39.0:
1,092
Maintainer(s):
Software Author(s):
- Andrey Nering
Task - Build System for Go 3.39.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
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 --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.39.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.39.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller go-task
{
Name = "go-task"
Version = "3.39.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'go-task':
ensure => '3.39.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 23 Oct 2024.
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.39.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.39.0, and download from there.
i686: https://github.com/go-task/task/releases/download/v3.39.0/task_windows_386.zip
x86_64: https://github.com/go-task/task/releases/download/v3.39.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: 63b78026b85ca53f4329f6d88c3f52de9e133eeae4fc7547ea08d56134e77a1fff6016015d690663695a6570799b6cdbdabf10231168c3ad81b61bc95728acc8
checksum64: 5305057cc3391cee7e4a7bf07dd8d5e2baf2ee6efb910b2bc588957ba1a1cda183dae7029e5276cd7c3a3d3255a66f3261f990d7ca7b2a61077dffbf9bc722a8
File 'LICENSE.txt' obtained from:
https://github.com/go-task/task/blob/v3.39.0/LICENSE
md5: 5761C127E775534F1FDD3CA64BA7A1DD | sha1: DF8D5F67689E74E2F35D9B2B1A10C2D83FB81F01 | sha256: 378D827305AAD72CF5E0F0B98156227C5C03437CB5636744029F8E28B145D088 | sha512: 5305057CC3391CEE7E4A7BF07DD8D5E2BAF2EE6EFB910B2BC588957BA1A1CDA183DAE7029E5276CD7C3A3D3255A66F3261F990D7CA7B2A61077DFFBF9BC722A8
md5: 6519E8A3A670920E6EBFCB9AA6EEFB09 | sha1: 427E98E891EC8B80957CAE278EB746E426920BC9 | sha256: E7B9371BC03F55BE305FC4AB70F2302D28C459D7C0DB94A98BAEB7A6F2F030AB | sha512: 63B78026B85CA53F4329F6D88C3F52DE9E133EEAE4FC7547EA08D56134E77A1FFF6016015D690663695A6570799B6CDBDABF10231168C3AD81B61BC95728ACC8
Log in or click on link to see number of positives.
- go-task.3.39.0.nupkg (8d40ade65277) - ## / 69
- task.exe (378d827305aa) - ## / 73
- task.exe (e7b9371bc03f) - ## / 73
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.39.0 | 1092 | Saturday, September 21, 2024 | Approved | |
Task - Build System for Go 3.38.0 | 39 | Friday, September 20, 2024 | Approved | |
Task - Build System for Go 3.37.2 | 845 | Wednesday, September 4, 2024 | Approved | |
Task - Build System for Go 3.37.1 | 1762 | Wednesday, July 3, 2024 | Approved | |
Task - Build System for Go 3.37.0 | 746 | Saturday, June 8, 2024 | Approved | |
Task - Build System for Go 3.36.0 | 1014 | Wednesday, April 24, 2024 | Approved | |
Task - Build System for Go 3.35.1 | 252 | Monday, April 22, 2024 | Approved | |
Task - Build System for Go 3.34.1 | 1419 | Thursday, February 15, 2024 | Approved | |
Task - Build System for Go 3.34.0 | 174 | Thursday, February 8, 2024 | Approved | |
Task - Build System for Go 3.33.1 | 99 | Monday, February 5, 2024 | Approved | |
Task - Build System for Go 3.33.0 | 888 | Tuesday, January 2, 2024 | Approved | |
Task - Build System for Go 3.32.0 | 248 | Sunday, December 17, 2023 | Approved | |
Task - Build System for Go 3.31.0 | 839 | Monday, October 23, 2023 | Approved | |
Task - Build System for Go 3.30.1 | 206 | Wednesday, October 11, 2023 | Approved | |
Task - Build System for Go 3.30.0 | 169 | Friday, September 22, 2023 | Approved | |
Task - Build System for Go 3.29.1 | 797 | Monday, September 18, 2023 | Approved | |
Task - Build System for Go 3.28.0 | 230 | Saturday, September 2, 2023 | Approved | |
Task - Build System for Go 3.27.1 | 321 | Saturday, August 5, 2023 | Approved | |
Task - Build System for Go 3.27.0 | 58 | Friday, August 4, 2023 | Approved | |
Task - Build System for Go 3.26.0 | 133 | Wednesday, August 2, 2023 | Approved | |
Task - Build System for Go 3.25.0 | 392 | Sunday, June 25, 2023 | Approved | |
Task - Build System for Go 3.24.0 | 665 | Wednesday, May 24, 2023 | Approved | |
Task - Build System for Go 3.23.0 | 564 | Monday, March 27, 2023 | Approved | |
Task - Build System for Go 3.22.0 | 641 | Saturday, March 11, 2023 | Approved | |
Task - Build System for Go 3.21.0 | 269 | Wednesday, March 8, 2023 | Approved | |
Task - Build System for Go 3.20.0 | 127 | Tuesday, March 7, 2023 | Approved | |
Task - Build System for Go 3.19.1 | 486 | Sunday, January 15, 2023 | Approved | |
Task - Build System for Go 3.19.0 | 268 | Tuesday, December 13, 2022 | Approved | |
Task - Build System for Go 3.18.0 | 299 | Sunday, November 13, 2022 | Approved | |
Task - Build System for Go 3.17.0 | 342 | Wednesday, October 19, 2022 | Approved | |
Task - Build System for Go 3.16.0 | 116 | Saturday, October 15, 2022 | Approved | |
Task - Build System for Go 3.15.2 | 159 | Saturday, October 8, 2022 | Approved | |
Task - Build System for Go 3.15.0 | 217 | Sunday, September 11, 2022 | Approved | |
Task - Build System for Go 3.14.1 | 242 | Thursday, August 4, 2022 | Approved | |
Task - Build System for Go 3.14.0 | 176 | Saturday, July 9, 2022 | Approved | |
Task - Build System for Go 3.13.0 | 158 | Sunday, June 19, 2022 | Approved | |
Task - Build System for Go 3.12.1 | 234 | Tuesday, May 10, 2022 | Approved | |
Task - Build System for Go 3.12.0 | 477 | Saturday, April 2, 2022 | Approved | |
Task - Build System for Go 3.11.0 | 163 | Tuesday, March 1, 2022 | Approved | |
Task - Build System for Go 3.10.0 | 115 | Wednesday, January 5, 2022 | Approved | |
Task - Build System for Go 3.9.2 | 121 | Friday, December 3, 2021 | Approved | |
Task - Build System for Go 3.9.1 | 74 | Monday, November 29, 2021 | Approved | |
Task - Build System for Go 3.9.0 | 107 | Sunday, October 3, 2021 | Approved | |
Task - Build System for Go 3.8.0 | 106 | Wednesday, September 29, 2021 | Approved | |
Task - Build System for Go 3.7.3 | 102 | Tuesday, September 28, 2021 | Approved | |
Task - Build System for Go 3.7.0 | 287 | Tuesday, September 28, 2021 | Approved | |
Task - Build System for Go 3.6.0 | 96 | Tuesday, September 28, 2021 | Approved | |
Task - Build System for Go 3.5.0 | 94 | Tuesday, September 28, 2021 | Approved | |
Task - Build System for Go 3.4.3 | 107 | Monday, September 27, 2021 | Approved | |
Task - Build System for Go 3.4.2 | 99 | Monday, September 27, 2021 | Approved | |
Task - Build System for Go 3.4.1 | 134 | Monday, September 27, 2021 | Approved | |
Task - Build System for Go 3.3.0 | 109 | Monday, September 27, 2021 | Approved | |
Task - Build System for Go 3.2.2 | 121 | Monday, September 27, 2021 | Approved | |
Task - Build System for Go 3.2.1 | 100 | Monday, September 27, 2021 | Approved | |
Task - Build System for Go 3.2.0 | 91 | Monday, September 27, 2021 | Approved | |
Task - Build System for Go 3.1.0 | 86 | Monday, September 27, 2021 | Approved | |
Task - Build System for Go 3.0.1 | 98 | Monday, September 27, 2021 | Approved | |
Task - Build System for Go 3.0.0 | 119 | Saturday, September 25, 2021 | Approved | |
Task - Build System for Go 3.0.0-preiew4 | 75 | Friday, September 24, 2021 | Approved | |
Task - Build System for Go 3.0.0-preiew3 | 102 | Friday, September 24, 2021 | Approved | |
Task - Build System for Go 3.0.0-preiew2 | 99 | Thursday, September 23, 2021 | Approved | |
Task - Build System for Go 3.0.0-preiew1 | 89 | Thursday, September 23, 2021 | Approved | |
Task - Build System for Go 2.8.1 | 134 | Thursday, September 23, 2021 | Approved | |
Task - Build System for Go 2.8.0 | 106 | Thursday, September 23, 2021 | Approved | |
Task - Build System for Go 2.7.1 | 107 | Monday, September 20, 2021 | Approved | |
Task - Build System for Go 2.7.0 | 106 | Monday, September 20, 2021 | Approved | |
Task - Build System for Go 2.6.0 | 125 | Sunday, September 19, 2021 | Approved | |
Task - Build System for Go 2.5.2 | 82 | Sunday, September 19, 2021 | Approved | |
Task - Build System for Go 2.5.1 | 89 | Sunday, September 19, 2021 | Approved | |
Task - Build System for Go 2.5.0 | 118 | Sunday, September 19, 2021 | Approved | |
Task - Build System for Go 2.4.0 | 106 | Sunday, September 19, 2021 | Approved | |
Task - Build System for Go 2.3.0 | 106 | Sunday, September 19, 2021 | Approved | |
Task - Build System for Go 2.2.1 | 75 | Saturday, September 18, 2021 | Approved | |
Task - Build System for Go 2.2.0 | 100 | Saturday, September 18, 2021 | Approved | |
Task - Build System for Go 2.1.1 | 85 | Saturday, September 18, 2021 | Approved | |
Task - Build System for Go 2.1.0 | 79 | Saturday, September 18, 2021 | Approved | |
Task - Build System for Go 2.0.3 | 69 | Saturday, September 18, 2021 | Approved | |
Task - Build System for Go 2.0.2 | 76 | Saturday, September 18, 2021 | Approved | |
Task - Build System for Go 2.0.1 | 91 | Saturday, September 18, 2021 | Approved | |
Task - Build System for Go 2.0.0 | 74 | Saturday, September 18, 2021 | Approved | |
Task - Build System for Go 1.4.4 | 92 | Saturday, September 18, 2021 | Approved | |
Task - Build System for Go 1.4.3 | 70 | Saturday, September 18, 2021 | Approved | |
Task - Build System for Go 1.4.2 | 56 | Saturday, September 18, 2021 | Approved | |
Task - Build System for Go 1.4.1 | 69 | Saturday, September 18, 2021 | Approved | |
Task - Build System for Go 1.4.0 | 72 | Friday, September 17, 2021 | Approved | |
Task - Build System for Go 1.3.0 | 98 | Friday, September 17, 2021 | Approved | |
Task - Build System for Go 1.2.0 | 73 | Friday, September 17, 2021 | Approved | |
Task - Build System for Go 1.1.0 | 71 | Friday, September 17, 2021 | Approved | |
Task - Build System for Go 1.0.0 | 71 | Wednesday, September 15, 2021 | Approved |
Copyright © 2016 - 2024 Andrey Nering
Added Env Precedence Experiment (#1038, #1633 by @vmaerten).
Added a CI lint job to ensure that the docs are updated correctly (#1719 by @vmaerten).
Updated minimum required Go version to 1.22 (#1758 by @pd93).
Expose a new
EXIT_CODE
special variable ondefer:
when a command finishes with a non-zero exit code (#1484, #1762 by @dorimon-1 and @andreynering).Expose a new
ALIAS
special variable, which will contain the alias used to call the current task. Falls back to the task name. (#1764 by @DanStory).Fixed
TASK_REMOTE_DIR
environment variable not working when the path was absolute. (#1715 by @vmaerten).Added an option to declare an included Taskfile as flattened (#1704 by @vmaerten).
Added a new
--completion
flag to output completion scripts for various shells (#293, #1157 by @pd93).This is now the preferred way to install completions.
The completion scripts in the
completion
directory are now deprecated.
Added the ability to loop over a matrix of values (#1766, #1767, #1784 by @pd93).
Fixed a bug in fish completion where aliases were not displayed (#1781, #1782 by @vmaerten).
Fixed panic when having a flattened included Taskfile that contains a
default
task (#1777, #1778 by @vmaerten).Optimized file existence checks for remote Taskfiles (#1713 by @vmaerten).
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.