Skip to content

Commit

Permalink
Bump go.mod and tools/go.mod to go 1.23
Browse files Browse the repository at this point in the history
Some dependencies depends on will depend on 1.23, and the test-runner
image already is up-to-date, so let's use it.

Signed-off-by: Vincent Demeester <[email protected]>
  • Loading branch information
vdemeester committed Jan 24, 2025
1 parent 04bb42b commit a34eb86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/tektoncd/pipeline

go 1.22.3

toolchain go1.22.7
go 1.23

require (
github.com/Microsoft/go-winio v0.6.2 // indirect
Expand Down
4 changes: 1 addition & 3 deletions tools/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/tektoncd/pipeline/tools

go 1.22.1

toolchain go1.22.5
go 1.23

require github.com/golangci/golangci-lint v1.63.4

Expand Down

0 comments on commit a34eb86

Please sign in to comment.