We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3a152a commit 4b0ca63Copy full SHA for 4b0ca63
.github/workflows/ci.yaml
@@ -9,8 +9,8 @@ on:
9
- main
10
- 'release-*'
11
env:
12
- RUNC_VERSION: v1.0.0-rc93
13
- GO_VERSION: 1.16.4
+ RUNC_VERSION: v1.0.0
+ GO_VERSION: 1.16.5
14
jobs:
15
16
golangci:
Jenkinsfile
@@ -8,10 +8,10 @@ pipeline {
8
environment {
GO111MODULE="on"
REG="cloud-native-image-registry.westus.cloudapp.azure.com/"
- RUNC_VERSION="v1.0.0-rc93"
+ RUNC_VERSION="v1.0.0"
CRIO_VERSION="v1.20.0"
GOLANGCI_LINT_VERSION="v1.36.0"
- GO_VERSION="1.16.4"
+ GO_VERSION="1.16.5"
GO_TAR="go${GO_VERSION}.linux-amd64.tar.gz"
GOROOT="/usr/local/go"
17
GOPATH="/tmp/go"
0 commit comments