Skip to content

Commit 23ac4cf

Browse files
author
Brett Logan
committed
Bump Go to 1.14
Go 1.13 is no longer supported and there are several critical bug fixes in the Go 1.14 stream. Bumping Go to the 1.14 stream to get back on a supported release as well as pick up these fixes. Signed-off-by: Brett Logan <[email protected]>
1 parent 1044140 commit 23ac4cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/azure-pipelines-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ variables:
1111
- name: GOPATH
1212
value: $(Agent.BuildDirectory)/go
1313
- name: GOVER
14-
value: 1.13.12
14+
value: 1.14.12
1515

1616
stages:
1717
- stage: BuildAndPushDockerImages

scripts/common/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export GOROOT="/opt/go"
3232
mkdir -p $GOPATH
3333
ARCH=`uname -m | sed 's|i686|386|' | sed 's|x86_64|amd64|'`
3434
BINTARGETS="x86_64 ppc64le s390x"
35-
GO_VER=1.13.12
35+
GO_VER=1.14.12
3636

3737
# Install Golang binary if found in BINTARGETS
3838
if echo $BINTARGETS | grep -q `uname -m`; then

0 commit comments

Comments
 (0)