We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 641baf5 commit d477966Copy full SHA for d477966
.github/workflows/lint.yml
@@ -19,7 +19,7 @@ jobs:
19
20
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
21
with:
22
- go-version: "1.24"
+ go-version: "1.25"
23
check-latest: true
24
cache: false
25
Dockerfile
@@ -13,7 +13,7 @@
13
# limitations under the License.
14
15
# Build the manager binary
16
-FROM golang:1.24.1@sha256:52ff1b35ff8de185bf9fd26c70077190cd0bed1e9f16a2d498ce907e5c421268 as builder
+FROM golang:1.26.1@sha256:c7e98cc0fd4dfb71ee7465fee6c9a5f079163307e4bf141b336bb9dae00159a5 as builder
17
WORKDIR /workspace
18
# Run this with docker build --build_arg $(go env GOPROXY) to override the goproxy
0 commit comments