commit 6fddc898fbc48c3fdb069e831f4c008aff562aeb parent e9cd9ecc66fca86affeb1e73b6ffdbfdeab68c9e Author: Sean Enck <sean@ttypty.com> Date: Mon, 29 Jul 2024 18:49:54 -0400 update versions Diffstat:
| M | .github/workflows/release.yml | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml @@ -14,11 +14,11 @@ jobs: with: fetch-depth: 0 - name: go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: - go-version: 1.19 + go-version: 1.22 - name: run - uses: goreleaser/goreleaser-action@v5 + uses: goreleaser/goreleaser-action@v6 with: distribution: goreleaser version: latest