We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a6bb36 commit a2fe0e2Copy full SHA for a2fe0e2
2 files changed
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
15
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
16
with:
17
- go-version: 1.24.x
+ go-version: 1.25.x
18
- run: go mod download
19
- run: go test -v ./...
20
- run: go build -v .
go.mod
@@ -2,7 +2,7 @@ module github.com/elastic/crd-ref-docs
2
3
go 1.24.0
4
5
-toolchain go1.25.4
+toolchain go1.25.6
6
7
require (
8
github.com/Masterminds/sprig/v3 v3.3.0
0 commit comments