File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1919 - name : Set up Go
2020 uses : actions/setup-go@v6
2121 with :
22- go-version : ' 1.24 '
22+ go-version : ' 1.25 '
2323
2424 - name : Build
2525 run : make build
Original file line number Diff line number Diff line change 2020 steps :
2121 - uses : actions/setup-go@v6
2222 with :
23- go-version : ' 1.24 '
23+ go-version : ' 1.25 '
2424 cache : false
2525 - uses : actions/checkout@v5
2626 - name : golangci-lint
Original file line number Diff line number Diff line change @@ -2,14 +2,15 @@ module github.com/crossplane-contrib/xp-testing
22
33go 1.23.0
44
5- toolchain go1.24.5
5+ toolchain go1.25.3
66
77require (
88 github.com/google/go-containerregistry v0.20.2
99 github.com/pkg/errors v0.9.1
1010 github.com/samber/lo v1.51.0
1111 github.com/stretchr/testify v1.10.0
1212 github.com/vladimirvivien/gexe v0.4.1
13+ golang.org/x/mod v0.21.0
1314 gopkg.in/yaml.v2 v2.4.0
1415 k8s.io/api v0.32.1
1516 k8s.io/apiextensions-apiserver v0.32.0
@@ -69,7 +70,6 @@ require (
6970 github.com/x448/float16 v0.8.4 // indirect
7071 go.opentelemetry.io/otel v1.28.0 // indirect
7172 go.opentelemetry.io/otel/trace v1.28.0 // indirect
72- golang.org/x/mod v0.21.0 // indirect
7373 golang.org/x/net v0.33.0 // indirect
7474 golang.org/x/oauth2 v0.23.0 // indirect
7575 golang.org/x/sync v0.11.0 // indirect
You can’t perform that action at this time.
0 commit comments