Skip to content

Commit bc75e6a

Browse files
committed
Update goreleaser version to compatible version
With golang version v1.24.3, previous goreleaser version became incompatible and thus we need to move to v2.11.2 Signed-off-by: vinamra28 <vinjain@redhat.com>
1 parent 5676d7b commit bc75e6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tekton/release-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ spec:
104104
- name: github-token-secret-key
105105
value: $(params.github-token-secret-key)
106106
- name: image
107-
value: goreleaser/goreleaser:v2.5.0
107+
value: goreleaser/goreleaser:v2.11.2
108108
- name: flags
109109
value: --timeout=60m
110110
workspaces:

0 commit comments

Comments
 (0)