From deef5389ae6831c0ca273dcf548ae0bccecf87df Mon Sep 17 00:00:00 2001 From: Piotr Lucinski Date: Thu, 4 May 2023 15:13:59 -0700 Subject: [PATCH] Bump Go to 1.19.9 (security patch) (#329) --- .github/workflows/ci-goreleaser.yaml | 2 +- .github/workflows/ci.yaml | 2 +- .github/workflows/release.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-goreleaser.yaml b/.github/workflows/ci-goreleaser.yaml index 82a82ab5..44e35e22 100644 --- a/.github/workflows/ci-goreleaser.yaml +++ b/.github/workflows/ci-goreleaser.yaml @@ -39,7 +39,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v4 with: - go-version: '~1.20.3' + go-version: '~1.20.4' check-latest: true - name: Generate the sources diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8bc498f3..66caa135 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v4 with: - go-version: '~1.20.3' + go-version: '~1.20.4' check-latest: true - name: Verify diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 95189011..18415d9f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -26,7 +26,7 @@ jobs: - uses: actions/setup-go@v4 with: - go-version: '~1.20.3' + go-version: '~1.20.4' check-latest: true - name: Generate distribution sources @@ -94,7 +94,7 @@ jobs: - uses: actions/setup-go@v4 with: - go-version: '~1.20.3' + go-version: '~1.20.4' check-latest: true # copy the caches from prepare