File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 46
46
47
47
- uses : actions/setup-go@v2
48
48
with :
49
- go-version : " 1.22 "
49
+ go-version : " 1.24 "
50
50
51
51
- name : Generate Helm Chart and Recommended YAML
52
52
run : make dist charts
Original file line number Diff line number Diff line change 25
25
- id : govulncheck
26
26
uses : golang/govulncheck-action@v1
27
27
with :
28
- go-version-input : 1.22.3
28
+ go-version-input : 1.24
29
29
go-package : ./...
Original file line number Diff line number Diff line change 1
1
# Build the manager binary
2
- FROM golang:1.22 as builder
2
+ FROM golang:1.24 as builder
3
3
4
4
ARG CONTROLLER_VERSION
5
5
ARG TARGETOS
Original file line number Diff line number Diff line change 1
1
module github.com/DopplerHQ/kubernetes-operator
2
2
3
- go 1.22.5
3
+ go 1.24
4
4
5
5
require (
6
6
github.com/go-logr/logr v1.4.2
You can’t perform that action at this time.
0 commit comments