Skip to content

Commit a2fe0e2

Browse files
committed
Update to Go 1.25.6
1 parent 1a6bb36 commit a2fe0e2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1515
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
1616
with:
17-
go-version: 1.24.x
17+
go-version: 1.25.x
1818
- run: go mod download
1919
- run: go test -v ./...
2020
- run: go build -v .

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/elastic/crd-ref-docs
22

33
go 1.24.0
44

5-
toolchain go1.25.4
5+
toolchain go1.25.6
66

77
require (
88
github.com/Masterminds/sprig/v3 v3.3.0

0 commit comments

Comments
 (0)