Skip to content

Commit

Permalink
upgrading Go to 1.19
Browse files Browse the repository at this point in the history
We switched to GO 1.18 in August, 2022 which is now EOL.

Our CI has switched to start running with Go 1.19.

Given these two motivations, upgrading pipelines to use 1.19

Signed-off-by: pritidesai <pdesai@us.ibm.com>
  • Loading branch information
pritidesai committed Mar 3, 2023
1 parent 26f6c63 commit 264d7e9
Showing 1 changed file with 1 addition and 1 deletion.
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/pipeline

go 1.18
go 1.19

require (
github.com/Microsoft/go-winio v0.6.0 // indirect
Expand Down

0 comments on commit 264d7e9

Please sign in to comment.