Skip to content

Commit

Permalink
Bump to go 1.18
Browse files Browse the repository at this point in the history
Move to go 1.18 and also latest hub
  • Loading branch information
piyush-garg authored and tekton-robot committed Mar 27, 2023
1 parent e4d65a6 commit 19bd5d6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1,275 deletions.
6 changes: 2 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/tektoncd/cli

go 1.17
go 1.18

require (
github.com/AlecAivazis/survey/v2 v2.3.6
Expand Down Expand Up @@ -39,7 +39,7 @@ require (
github.com/spf13/cobra v1.6.1
github.com/spf13/pflag v1.0.5
github.com/tektoncd/chains v0.15.0
github.com/tektoncd/hub v1.12.0
github.com/tektoncd/hub v1.12.1
github.com/tektoncd/pipeline v0.44.0
github.com/tektoncd/plumbing v0.0.0-20221102182345-5dbcfda657d7
github.com/tektoncd/triggers v0.23.0
Expand Down Expand Up @@ -361,5 +361,3 @@ require (
sigs.k8s.io/release-utils v0.7.3 // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
)

exclude github.com/antlr/antlr4 v0.0.0-20201029161626-9a95f0cc3d7c
Loading

0 comments on commit 19bd5d6

Please sign in to comment.