Skip to content

Commit 4b0ca63

Browse files
committed
ci: update tool versions
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
1 parent f3a152a commit 4b0ca63

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ on:
99
- main
1010
- 'release-*'
1111
env:
12-
RUNC_VERSION: v1.0.0-rc93
13-
GO_VERSION: 1.16.4
12+
RUNC_VERSION: v1.0.0
13+
GO_VERSION: 1.16.5
1414
jobs:
1515

1616
golangci:

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ pipeline {
88
environment {
99
GO111MODULE="on"
1010
REG="cloud-native-image-registry.westus.cloudapp.azure.com/"
11-
RUNC_VERSION="v1.0.0-rc93"
11+
RUNC_VERSION="v1.0.0"
1212
CRIO_VERSION="v1.20.0"
1313
GOLANGCI_LINT_VERSION="v1.36.0"
14-
GO_VERSION="1.16.4"
14+
GO_VERSION="1.16.5"
1515
GO_TAR="go${GO_VERSION}.linux-amd64.tar.gz"
1616
GOROOT="/usr/local/go"
1717
GOPATH="/tmp/go"

0 commit comments

Comments
 (0)