ci: update to Go 1.18.1

Signed-off-by: Hyeongju Johannes Lee <hyeongju.lee@intel.com>
This commit is contained in:
Hyeongju Johannes Lee 2022-04-19 16:15:24 +03:00
parent a164e777d1
commit c8c472fb82
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ on:
- 'release-*'
env:
RUNC_VERSION: v1.0.3
GO_VERSION: 1.18
GO_VERSION: 1.18.1
K8S_VERSION: 1.22.1
jobs:

2
Jenkinsfile vendored
View File

@ -12,7 +12,7 @@ pipeline {
CRIO_VERSION="v1.21.4"
K8S_VERSION="1.22.1"
GOLANGCI_LINT_VERSION="v1.45.0"
GO_VERSION="1.18"
GO_VERSION="1.18.1"
GO_TAR="go${GO_VERSION}.linux-amd64.tar.gz"
GOROOT="/usr/local/go"
GOPATH="/tmp/go"