Skip to content

Commit

Permalink
Update pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Müller <code@brauser.io>
  • Loading branch information
Flipez committed Oct 20, 2023
1 parent c04f813 commit 21bf399
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
go-version: 1.21
- name: Install dependencies
run: |
go version
Expand All @@ -24,6 +24,6 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}

0 comments on commit 21bf399

Please sign in to comment.