Skip to content

Commit f59a1fb

Browse files
committed
Move to Go 1.16.x
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
1 parent 06dbc13 commit f59a1fb

16 files changed

+16
-16
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- 'release-*'
1111
env:
1212
RUNC_VERSION: v1.0.0-rc93
13-
GO_VERSION: 1.15.7
13+
GO_VERSION: 1.16.4
1414
jobs:
1515

1616
golangci:

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pipeline {
1111
RUNC_VERSION="v1.0.0-rc93"
1212
CRIO_VERSION="v1.20.0"
1313
GOLANGCI_LINT_VERSION="v1.36.0"
14-
GO_VERSION="1.15.7"
14+
GO_VERSION="1.16.4"
1515
GO_TAR="go${GO_VERSION}.linux-amd64.tar.gz"
1616
GOROOT="/usr/local/go"
1717
GOPATH="/tmp/go"

build/docker/intel-deviceplugin-operator.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919
# This is used on release branches before tagging a stable version.
2020
# The main branch defaults to using the latest Golang base image.
21-
ARG GOLANG_BASE=golang:1.15-buster
21+
ARG GOLANG_BASE=golang:1.16-buster
2222

2323
FROM ${GOLANG_BASE} as builder
2424

build/docker/intel-dsa-plugin.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919
# This is used on release branches before tagging a stable version.
2020
# The main branch defaults to using the latest Golang base image.
21-
ARG GOLANG_BASE=golang:1.15-buster
21+
ARG GOLANG_BASE=golang:1.16-buster
2222

2323
FROM ${GOLANG_BASE} as builder
2424

build/docker/intel-fpga-admissionwebhook.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919
# This is used on release branches before tagging a stable version.
2020
# The main branch defaults to using the latest Golang base image.
21-
ARG GOLANG_BASE=golang:1.15-buster
21+
ARG GOLANG_BASE=golang:1.16-buster
2222

2323
FROM ${GOLANG_BASE} as builder
2424

build/docker/intel-fpga-initcontainer.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919
# This is used on release branches before tagging a stable version.
2020
# The main branch defaults to using the latest Golang base image.
21-
ARG GOLANG_BASE=golang:1.15-buster
21+
ARG GOLANG_BASE=golang:1.16-buster
2222

2323
FROM ${GOLANG_BASE} as builder
2424

build/docker/intel-fpga-plugin.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919
# This is used on release branches before tagging a stable version.
2020
# The main branch defaults to using the latest Golang base image.
21-
ARG GOLANG_BASE=golang:1.15-buster
21+
ARG GOLANG_BASE=golang:1.16-buster
2222

2323
FROM ${GOLANG_BASE} as builder
2424

build/docker/intel-gpu-initcontainer.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919
# This is used on release branches before tagging a stable version.
2020
# The main branch defaults to using the latest Golang base image.
21-
ARG GOLANG_BASE=golang:1.15-buster
21+
ARG GOLANG_BASE=golang:1.16-buster
2222

2323
FROM ${GOLANG_BASE} as builder
2424

build/docker/intel-gpu-plugin.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919
# This is used on release branches before tagging a stable version.
2020
# The main branch defaults to using the latest Golang base image.
21-
ARG GOLANG_BASE=golang:1.15-buster
21+
ARG GOLANG_BASE=golang:1.16-buster
2222

2323
FROM ${GOLANG_BASE} as builder
2424

build/docker/intel-qat-plugin-kerneldrv.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919
# This is used on release branches before tagging a stable version.
2020
# The main branch defaults to using the latest Golang base image.
21-
ARG GOLANG_BASE=golang:1.15-buster
21+
ARG GOLANG_BASE=golang:1.16-buster
2222

2323
FROM ${GOLANG_BASE} as builder
2424

0 commit comments

Comments
 (0)