We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52c9074 commit 351f3ecCopy full SHA for 351f3ec
.github/workflows/lint.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Setup Golang Environment
22
uses: actions/setup-go@v5
23
with:
24
- go-version: '1.24'
+ go-version: '1.25'
25
- name: Lint Code
26
uses: golangci/golangci-lint-action@v8
27
.github/workflows/test.yml
@@ -23,6 +23,6 @@ jobs:
- name: Run Tests
28
run: make test
Dockerfile
@@ -1,6 +1,6 @@
1
###########
2
# Build the manager binary
3
-FROM golang:1.24-alpine as builder
+FROM golang:1.25-alpine as builder
4
5
WORKDIR /workspace
6
# Copy the Go Modules manifests
0 commit comments