Skip to content

Commit

Permalink
fix: pipeline tagrelease
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Simon committed Mar 8, 2024
1 parent 3b5c656 commit e7f596b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tagrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
with:
fetch-depth: 0 # See: https://goreleaser.com/ci/actions/

- name: Set up Go 1.19
- name: Set up Go 1.21
uses: actions/setup-go@v5
with:
go-version: 1.19
go-version: 1.21
id: go
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@master
Expand Down

0 comments on commit e7f596b

Please sign in to comment.