Skip to content

Commit

Permalink
Bump development/golang to 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinHatesOceans committed Aug 7, 2022
1 parent 2fc07d1 commit 0488955
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 @@
category: "development"
name: "golang"
version: "1.18.3"
version: "1.19"
base_url: https://golang.org/dl
labels:
autobump.arch: "amd64"
Expand All @@ -12,6 +12,6 @@ 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.18.3"
package.version: "1.19"
autobump.checksum_hook: "curl -q -L https://storage.googleapis.com/golang/go{{.Values.labels.package.version}}.linux-{{.Values.labels.autobump.arch}}.tar.gz.sha256"
package.checksum: "956f8507b302ab0bb747613695cdae10af99bbd39a90cae522b7c0302cc27245"
package.checksum: "464b6b66591f6cf055bc5df90a9750bf5fbc9d038722bb84a9d56a2bea974be6"

0 comments on commit 0488955

Please sign in to comment.