Skip to content

Commit

Permalink
update golang version in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
identw committed Nov 8, 2024
1 parent 712b21b commit 4b0b22d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: "1.20"
go-version: "1.21"


- name: Import GPG key
Expand All @@ -65,7 +65,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
version: v1.20.0
version: v1.21
args: release --clean
env:
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
Expand Down

0 comments on commit 4b0b22d

Please sign in to comment.