From 8e7cf4bd72cc9810c4861fa8e25488361f31aca8 Mon Sep 17 00:00:00 2001 From: Cosmin Cojocar Date: Mon, 20 Mar 2023 09:32:11 +0100 Subject: [PATCH] Bump the go versions and golanci --- .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 4f13b62..6c0376c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: test: strategy: matrix: - version: [{go: '1.19.6', golangci: 'v1.50.1'}, {go: '1.20.1', golangci: 'latest'}] + version: [{go: '1.19.2', golangci: 'v1.52.0'}, {go: '1.20.2', 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.1' + go-version: '1.20.2' - name: Checkout Source uses: actions/checkout@v3 - uses: actions/cache@v3 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 493dec0..14b0ca9 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.1' + go-version: '1.20.2' - name: Install Cosign uses: sigstore/cosign-installer@v3 with: