From 89daba0dcd53e446da5346e3ef66c75fb81c074b Mon Sep 17 00:00:00 2001 From: Chris Grindstaff Date: Wed, 11 Oct 2023 04:49:48 -0400 Subject: [PATCH] ci: bump go (#2418) --- .github/workflows/go.yml | 2 +- .github/workflows/golangci-lint.yml | 2 +- integration/Jenkinsfile | 2 +- jenkins/artifacts/jenkinsfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e67c2f085..afb943a65 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,7 +1,7 @@ name: Build, Test, Lint License env: - GO_VERSION: "1.21.2" + GO_VERSION: "1.21.3" on: push: diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 9bbf7be8b..755755d0e 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/setup-go@v4 with: - go-version: '1.21.2' + go-version: '1.21.3' - uses: actions/checkout@v4 - name: golangci-lint uses: golangci/golangci-lint-action@v3 diff --git a/integration/Jenkinsfile b/integration/Jenkinsfile index 5ee1dd493..e231f9b57 100644 --- a/integration/Jenkinsfile +++ b/integration/Jenkinsfile @@ -18,7 +18,7 @@ pipeline { environment { BUILD_ID="dontKillMe" JENKINS_NODE_COOKIE="dontKillMe" - GO_VERSION = "1.21.2" + GO_VERSION = "1.21.3" } stages { diff --git a/jenkins/artifacts/jenkinsfile b/jenkins/artifacts/jenkinsfile index 55dc86f04..b33f42968 100644 --- a/jenkins/artifacts/jenkinsfile +++ b/jenkins/artifacts/jenkinsfile @@ -37,7 +37,7 @@ pipeline { jfrogImagePrefix = "netappdownloads.jfrog.io/oss-docker-harvest-production/harvest" jfrogRepo = "netappdownloads.jfrog.io" COMMIT_ID = sh(returnStdout: true, script: 'git rev-parse HEAD') - GO_VERSION = "1.21.2" + GO_VERSION = "1.21.3" } stages {