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 13, 2025
1 parent d67c9c2 commit efcef55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module github.com/tektoncd/pipeline

go 1.22
toolchain go1.22.5
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.62.2

Expand Down

0 comments on commit efcef55

Please sign in to comment.