From d9d921a8f2f7b14780d891e5b678f902ebb1c7a3 Mon Sep 17 00:00:00 2001 From: "M. J. Fromberger" Date: Mon, 19 Feb 2024 14:44:49 -0800 Subject: [PATCH] .github: update actions/setup-go to v5, bump toolchain --- .github/workflows/go-presubmit.yml | 4 ++-- .github/workflows/goreleaser.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go-presubmit.yml b/.github/workflows/go-presubmit.yml index 6b734fa..9ad7936 100644 --- a/.github/workflows/go-presubmit.yml +++ b/.github/workflows/go-presubmit.yml @@ -13,10 +13,10 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go-version: ['1.19', '1.20', '1.21'] + go-version: ['1.21', 'stable'] steps: - name: Install Go ${{ matrix.go-version }} - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: ${{ matrix.go-version }} - uses: actions/checkout@v4 diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index dfabad0..d706563 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v4 - name: Set up Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: 1.21