diff --git a/upstream/go.mod b/upstream/go.mod index e46637e38d0..ac01a800fb8 100644 --- a/upstream/go.mod +++ b/upstream/go.mod @@ -2,7 +2,7 @@ module github.com/tektoncd/pipeline go 1.23.0 -toolchain go1.24.1 +toolchain go1.24.5 require ( github.com/Microsoft/go-winio v0.6.2 // indirect diff --git a/upstream/tools/go.mod b/upstream/tools/go.mod index 9caa4af231c..98e99e6f0a7 100644 --- a/upstream/tools/go.mod +++ b/upstream/tools/go.mod @@ -2,7 +2,7 @@ module github.com/tektoncd/pipeline/tools go 1.22.1 -toolchain go1.24.2 +toolchain go1.24.5 require github.com/golangci/golangci-lint v1.62.2