From 6f87448cfd994e80c7576049e52f03f0cd9e9de9 Mon Sep 17 00:00:00 2001 From: Dragan Milic Date: Mon, 21 Oct 2024 14:43:33 +0200 Subject: [PATCH] fix final release --- .github/workflows/dev_release.yml | 2 +- .github/workflows/release.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/dev_release.yml b/.github/workflows/dev_release.yml index e5bc595..0568d72 100644 --- a/.github/workflows/dev_release.yml +++ b/.github/workflows/dev_release.yml @@ -23,7 +23,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.17 + go-version: 1.23 - name: Import GPG key id: import_gpg uses: crazy-max/ghaction-import-gpg@v6.0.0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f35ae3d..de963a2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,15 +25,15 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.17 + go-version: 1.23 - name: Import GPG key id: import_gpg - uses: crazy-max/ghaction-import-gpg@v3.0.0 + uses: crazy-max/ghaction-import-gpg@v6.0.0 with: - gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }} + gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} passphrase: ${{ secrets.GPG_PASSPHRASE }} - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v2 + uses: goreleaser/goreleaser-action@v4 with: version: latest args: release --clean