Skip to content

Commit

Permalink
Bump build/golang to 1.16.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cOS-cibot committed Jul 13, 2021
1 parent 3db5cd7 commit 97f45e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/golang/definition.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "golang"
category: "build"
version: 1.16.5+10
version: "1.16.6"
hidden: true # No need to make it installable for now
labels:
autobump.revdeps: "true"
Expand All @@ -11,7 +11,7 @@ labels:
curl -s -L 'https://golang.org/VERSION?m=text' | sed 's/go//g'
autobump.version_hook: |
curl -s -L 'https://golang.org/VERSION?m=text' | sed 's/go//g'
package.version: "1.16.5"
package.version: "1.16.6"
autobump.checksum_hook: "curl -q -L https://storage.googleapis.com/golang/go{{.Values.labels.package.version}}.linux-{{.Values.arch}}.tar.gz.sha256"
package.checksum: "b12c23023b68de22f74c0524f10b753e7b08b1504cb7e417eccebdd3fae49061"
package.checksum: "be333ef18b3016e9d7cb7b1ff1fdb0cac800ca0be4cf2290fe613b3d069dfe0d"
arch: "amd64"

0 comments on commit 97f45e2

Please sign in to comment.