We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4154ed6 commit 4df25c1Copy full SHA for 4df25c1
2 files changed
.github/workflows/lint.yaml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- uses: actions/setup-go@v5
15
with:
16
- go-version: 1.23.3
+ go-version: 1.24.4
17
- uses: actions/checkout@v4
18
- name: golangci-lint
19
uses: golangci/golangci-lint-action@v6.5.2
Dockerfile
@@ -1,5 +1,5 @@
1
# Build the manager binary
2
-FROM golang:1.23.3 AS builder
+FROM golang:1.24.4 AS builder
3
ARG TARGETOS
4
ARG TARGETARCH
5
0 commit comments