Skip to content

Commit 106b92f

Browse files
chore(deps): update dependency go
1 parent 6fa377b commit 106b92f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@ module github.com/crossplane-contrib/xp-testing
22

33
go 1.23.0
44

5-
toolchain go1.24.5
5+
toolchain go1.25.3
66

77
require (
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

0 commit comments

Comments
 (0)