Skip to content

Commit

Permalink
Use golang 1.19 in release pipeline
Browse files Browse the repository at this point in the history
Bumping golang version to 1.19
golangci-lint to 1.52.2
goreleaser to 1.11.5

Signed-off-by: vinamra28 <[email protected]>
  • Loading branch information
vinamra28 authored and tekton-robot committed May 10, 2023
1 parent 4b68756 commit 279f23a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions tekton/release-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ spec:
- name: flags
value: "-v --timeout 20m"
- name: version
value: v1.47.3
value: v1.52.2
workspaces:
- name: source
workspace: shared-workspace
Expand All @@ -68,7 +68,7 @@ spec:
- name: packages
value: ./pkg/... ./cmd/...
- name: version
value: 1.18.7
value: 1.19.9
- name: flags
value: -v -mod=vendor
workspaces:
Expand All @@ -82,7 +82,7 @@ spec:
- name: package
value: $(params.package)
- name: version
value: 1.18.7
value: 1.19.9
- name: flags
value: -v -mod=vendor
workspaces:
Expand All @@ -99,6 +99,8 @@ spec:
value: $(params.github-token-secret)
- name: github-token-secret-key
value: $(params.github-token-secret-key)
- name: image
value: goreleaser/goreleaser:v1.11.5
workspaces:
- name: source
workspace: shared-workspace

0 comments on commit 279f23a

Please sign in to comment.