Skip to content

Commit

Permalink
Bumps golang version to 1.20.7
Browse files Browse the repository at this point in the history
Signed-off-by: Puneet Punamiya [email protected]
  • Loading branch information
PuneetPunamiya authored and tekton-robot committed Sep 6, 2023
1 parent a328616 commit 5b253fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/tektoncd/cli

go 1.19
go 1.20

require (
github.com/AlecAivazis/survey/v2 v2.3.7
Expand Down
4 changes: 2 additions & 2 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.19.9
value: 1.20.7
- name: flags
value: -v -mod=vendor
workspaces:
Expand All @@ -82,7 +82,7 @@ spec:
- name: package
value: $(params.package)
- name: version
value: 1.19.9
value: 1.20.7
- name: flags
value: -v -mod=vendor
workspaces:
Expand Down

0 comments on commit 5b253fe

Please sign in to comment.