Skip to content

Commit

Permalink
Bump golang and goreleaser versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vinamra28 authored and tekton-robot committed Jan 11, 2024
1 parent c260e0f commit 539557f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tekton/release-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ spec:
- name: packages
value: ./pkg/... ./cmd/...
- name: version
value: 1.20.10
value: 1.20
- name: flags
value: -v -mod=vendor
workspaces:
Expand All @@ -82,7 +82,7 @@ spec:
- name: package
value: $(params.package)
- name: version
value: 1.20.10
value: 1.20
- name: flags
value: -v -mod=vendor
workspaces:
Expand All @@ -100,7 +100,7 @@ spec:
- name: github-token-secret-key
value: $(params.github-token-secret-key)
- name: image
value: goreleaser/goreleaser:v1.20.0
value: goreleaser/goreleaser:v1.23.0
workspaces:
- name: source
workspace: shared-workspace

0 comments on commit 539557f

Please sign in to comment.