From 44ab37b92fc05364b57e0051abebc857c77012c1 Mon Sep 17 00:00:00 2001 From: TJ Hoplock Date: Mon, 30 Sep 2024 23:31:27 -0400 Subject: [PATCH] ci: update gh actions deps --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c7b3e22..4850979 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,9 +19,9 @@ jobs: fetch-depth: 0 - run: git fetch --force --tags - name: Set up Go - uses: actions/setup-go@v3 + uses: actions/setup-go@v5 with: - go-version: '>=1.22.0' + go-version: '>=1.23.0' cache: true - name: Go Preflight Tests run: | @@ -34,7 +34,7 @@ jobs: username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v5 + uses: goreleaser/goreleaser-action@v6 with: distribution: goreleaser version: latest