Skip to content

Commit

Permalink
Move to goreleaser v2
Browse files Browse the repository at this point in the history
This will make sure to use goreleaser v2 in release
job and fix the goreleaser warning for that

it is required as we have moved to 1.22.5 and v2.1.0
go releaser is the minimum where go 1.22.5 is available
  • Loading branch information
piyush-garg authored and tekton-robot committed Aug 22, 2024
1 parent 8bee397 commit a1ddb23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This is an example goreleaser.yaml file with some sane defaults.
# Make sure to check the documentation at http://goreleaser.com
version: 2
builds:
- env:
- CGO_ENABLED=0
Expand Down
2 changes: 1 addition & 1 deletion tekton/release-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ spec:
- name: github-token-secret-key
value: $(params.github-token-secret-key)
- name: image
value: goreleaser/goreleaser:v1.25.1
value: goreleaser/goreleaser:v2.1.0
- name: flags
value: --timeout=60m
workspaces:
Expand Down

0 comments on commit a1ddb23

Please sign in to comment.