Skip to content

Commit

Permalink
Upgrading Go to 1.19
Browse files Browse the repository at this point in the history
Our CI uses go1.19. Also, 1.18 is EOL.
  • Loading branch information
khrm committed May 10, 2023
1 parent 343c0e0 commit e6cd920
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1,080 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/triggers

go 1.17
go 1.19

require (
github.com/GoogleCloudPlatform/cloud-builders/gcs-fetcher v0.0.0-20191203181535-308b93ad1f39
Expand Down
Loading

0 comments on commit e6cd920

Please sign in to comment.