Skip to content

Commit

Permalink
Bump go to 1.12.17
Browse files Browse the repository at this point in the history
  • Loading branch information
robertgzr committed May 14, 2020
1 parent dc30a1b commit 0fc3084
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion meta-balena-common/conf/distro/include/balena-os.inc
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ PREFERRED_VERSION_cargo-native = "1.36.0"
PREFERRED_VERSION_libstd-rs = "1.36.0"

# balena-engine go version requirement
GOVERSION = "1.12.12"
GOVERSION = "1.12.17"
6 changes: 3 additions & 3 deletions meta-balena-common/recipes-devtools/go/go-1.12.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require go-common.inc

GO_BASEVERSION = "1.12"
GO_MINOR = ".12"
GO_MINOR = ".17"
PV .= "${GO_MINOR}"
FILESEXTRAPATHS_prepend := "${FILE_DIRNAME}/go-${GO_BASEVERSION}:"

Expand All @@ -19,5 +19,5 @@ SRC_URI += "\
"
SRC_URI_append_libc-musl = " file://0009-ld-replace-glibc-dynamic-linker-with-musl.patch"

SRC_URI[main.md5sum] = "7524b954f00d8eaf34c5c08772c7944b"
SRC_URI[main.sha256sum] = "fcb33b5290fa9bcc52be3211501540df7483d7276b031fc77528672a3c705b99"
SRC_URI[main.md5sum] = "6b607fc795391dc609ffd79ebf41f080"
SRC_URI[main.sha256sum] = "de878218c43aa3c3bad54c1c52d95e3b0e5d336e1285c647383e775541a28b25"

0 comments on commit 0fc3084

Please # to comment.