Skip to content

Commit ce82f7e

Browse files
committed
ci: update release workflow
Signed-off-by: Patrizio Bekerle <patrizio@bekerle.com>
1 parent d432e0c commit ce82f7e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ on:
66
permissions:
77
contents: write
88
env:
9-
GO_VERSION: "1.22"
9+
GO_VERSION: "1.25"
1010
jobs:
1111
release:
1212
name: Release
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-latest
1414
steps:
1515
- name: Install dependencies
1616
run: |
@@ -27,7 +27,7 @@ jobs:
2727
- name: Release
2828
uses: goreleaser/goreleaser-action@v6
2929
with:
30-
version: v1.0.0
31-
args: release --rm-dist
30+
version: "~> v2"
31+
args: release --clean
3232
env:
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)