Skip to content

Commit

Permalink
Merge pull request #21 from sayboras/bugfix/go-mlock
Browse files Browse the repository at this point in the history
Upgrade go version to 1.14.1
  • Loading branch information
iliana authored Mar 23, 2020
2 parents 52c3d7f + 98b6c0c commit c46fff6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ FROM sdk-libc as sdk-go

ARG ARCH
ARG TARGET="${ARCH}-bottlerocket-linux-gnu"
ARG GOVER="1.14"
ARG GOVER="1.14.1"

USER root
RUN dnf -y install golang
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARCH ?= $(shell uname -m)

VERSION := v0.10.0
VERSION := v0.10.1
TAG := bottlerocket/sdk-$(ARCH):$(VERSION)
ARCHIVE := bottlerocket-sdk-$(ARCH)-$(VERSION).tar.gz

Expand Down
4 changes: 2 additions & 2 deletions hashes/go
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# https://dl.google.com/go/go1.14.src.tar.gz
SHA512 (go1.14.src.tar.gz) = b04f2a90b9693f2c7a0b5c7048f186318937f3dd3831162c4130d88e2b185a5047db15e284041c70f1f42da512f42e5e85c13256018982cf2739244a31874328
# https://dl.google.com/go/go1.14.1.src.tar.gz
SHA512 (go1.14.1.src.tar.gz) = f0112fbf984e2764cd90d42b2f844b986b421adf8bf68551cccefeb320db7f3490ab1532f770f20c943c68c7185ce139c8248991adb0529527358ffdc8047ad9

0 comments on commit c46fff6

Please sign in to comment.