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 1
1
# Build the manager binary
2
- FROM golang:1.23 AS builder
2
+ FROM golang:1.24 AS builder
3
3
ARG TARGETOS
4
4
ARG TARGETARCH
5
5
Original file line number Diff line number Diff line change 3
3
# To re-generate a bundle for another specific version without changing the standard setup, you can:
4
4
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
5
5
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
6
- VERSION ?= 1.4.0
6
+ VERSION ?= 1.4.1
7
7
8
8
# CHANNELS define the bundle channels used in the bundle.
9
9
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")
Original file line number Diff line number Diff line change 45
45
setupLog = ctrl .Log .WithName ("setup" )
46
46
)
47
47
48
- const version = "v1.4.0 "
48
+ const version = "v1.4.1 "
49
49
50
50
func init () {
51
51
utilruntime .Must (clientgoscheme .AddToScheme (scheme ))
Original file line number Diff line number Diff line change 1
1
module github.com/containeroo/cloudflare-operator
2
2
3
- go 1.23 .0
3
+ go 1.24 .0
4
4
5
5
require (
6
6
github.com/cloudflare/cloudflare-go v0.115.0
You can’t perform that action at this time.
0 commit comments