From ae3c2f787c10eb264df559b510a5f5e0b24655ba Mon Sep 17 00:00:00 2001 From: Cosmin Cojocar Date: Mon, 15 May 2023 12:05:44 +0200 Subject: [PATCH] Update go version in build and release scripts (#957) --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 55ba47b5fd..8871f94cda 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: test: strategy: matrix: - version: [{go: '1.19.8', golangci: 'v1.52.0'}, {go: '1.20.3', golangci: 'latest'}] + version: [{go: '1.19.9', golangci: 'v1.52.0'}, {go: '1.20.4', golangci: 'latest'}] runs-on: ubuntu-latest env: GO111MODULE: on @@ -46,7 +46,7 @@ jobs: - name: Setup go uses: actions/setup-go@v4 with: - go-version: '1.20.3' + go-version: '1.20.4' - name: Checkout Source uses: actions/checkout@v3 - uses: actions/cache@v3 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8ba92d1505..f2ff0f2426 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 with: - go-version: '1.20.3' + go-version: '1.20.4' - name: Install Cosign uses: sigstore/cosign-installer@v3 with: