ci: update tool versions

Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
This commit is contained in:
Mikko Ylinen 2021-02-04 10:06:55 +02:00
parent c966710a5d
commit dd320f5fb4
2 changed files with 8 additions and 8 deletions

View File

@ -9,9 +9,9 @@ on:
- master
- 'release-*'
env:
RUNC_VERSION: v1.0.0-rc92
CRIO_VERSION: v1.19.0
GO_VERSION: 1.15.3
RUNC_VERSION: v1.0.0-rc93
CRIO_VERSION: v1.20.0
GO_VERSION: 1.15.7
jobs:
golangci:
@ -26,7 +26,7 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.30
version: v1.36
args: --timeout 5m
build:

8
Jenkinsfile vendored
View File

@ -8,10 +8,10 @@ pipeline {
environment {
GO111MODULE="on"
REG="cloud-native-image-registry.westus.cloudapp.azure.com/"
RUNC_VERSION="v1.0.0-rc92"
CRIO_VERSION="v1.19.0"
GOLANGCI_LINT_VERSION="v1.30.0"
GO_VERSION="1.15.3"
RUNC_VERSION="v1.0.0-rc93"
CRIO_VERSION="v1.20.0"
GOLANGCI_LINT_VERSION="v1.36.0"
GO_VERSION="1.15.7"
GO_TAR="go${GO_VERSION}.linux-amd64.tar.gz"
GOROOT="/usr/local/go"
GOPATH="/tmp/go"