File tree Expand file tree Collapse file tree 5 files changed +7
-9
lines changed Expand file tree Collapse file tree 5 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 37
37
- name : Setup
38
38
uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
39
39
with :
40
- go-version : 1.24.x
40
+ go-version-file : ' go.mod '
41
41
cache : true
42
42
43
43
- name : Test
Original file line number Diff line number Diff line change 1
1
# Build the manager binary
2
- FROM golang:1.24 as builder
2
+ FROM golang:1.25 AS builder
3
3
ARG VERSION
4
4
5
5
WORKDIR /workspace
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ ENVTEST ?= $(LOCALBIN)/setup-envtest
153
153
154
154
# # Tool Versions
155
155
KUSTOMIZE_VERSION ?= v3.8.7
156
- CONTROLLER_TOOLS_VERSION ?= v0.16.1
156
+ CONTROLLER_TOOLS_VERSION ?= v0.19.0
157
157
158
158
KUSTOMIZE_INSTALL_SCRIPT ?= "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh"
159
159
.PHONY : kustomize
Original file line number Diff line number Diff line change 1
1
module github.com/gitops-tools/gitopssets-controller
2
2
3
- go 1.24.0
4
-
5
- toolchain go1.24.2
3
+ go 1.25.0
6
4
7
5
require (
8
6
dario.cat/mergo v1.0.2
9
7
github.com/Masterminds/sprig/v3 v3.3.0
10
8
github.com/cyphar/filepath-securejoin v0.4.1
11
9
github.com/fluxcd/image-reflector-controller/api v0.35.2
12
10
github.com/fluxcd/kustomize-controller/api v1.6.1
13
- github.com/fluxcd/pkg/apis/event v0.18 .0
11
+ github.com/fluxcd/pkg/apis/event v0.19 .0
14
12
github.com/fluxcd/pkg/apis/meta v1.18.0
15
13
github.com/fluxcd/pkg/http/fetch v0.18.0
16
14
github.com/fluxcd/pkg/runtime v0.80.0
Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ github.com/fluxcd/kustomize-controller/api v1.6.1 h1:8AOD+BWQwCLT+u5jgtGryZWkCes
57
57
github.com/fluxcd/kustomize-controller/api v1.6.1 /go.mod h1:b0i/KVz28tV8iuqlNHx7MW6ZtTcIbBELGLoKdaK+X8M =
58
58
github.com/fluxcd/pkg/apis/acl v0.7.0 h1:dMhZJH+g6ZRPjs4zVOAN9vHBd1DcavFgcIFkg5ooOE0 =
59
59
github.com/fluxcd/pkg/apis/acl v0.7.0 /go.mod h1:uv7pXXR/gydiX4MUwlQa7vS8JONEDztynnjTvY3JxKQ =
60
- github.com/fluxcd/pkg/apis/event v0.18 .0 h1:PNbWk9gvX8gMIi6VsJapnuDO+giLEeY+6olLVXvXFkk =
61
- github.com/fluxcd/pkg/apis/event v0.18 .0 /go.mod h1:7S/DGboLolfbZ6stO6dcDhG1SfkPWQ9foCULvbiYpiA =
60
+ github.com/fluxcd/pkg/apis/event v0.19 .0 h1:ZJU2voontkzp5rNYA4JMOu40S4tRcrWi4Do59EnyFwg =
61
+ github.com/fluxcd/pkg/apis/event v0.19 .0 /go.mod h1:deuIyUb6lh+Z1Ccvwwxhm1wNM3kpSo+vF1IgRnpaZfQ =
62
62
github.com/fluxcd/pkg/apis/kustomize v1.11.0 h1:0IzDgxZkc4v+5SDNCvgZhfwfkdkQLPXCner7TNaJFWE =
63
63
github.com/fluxcd/pkg/apis/kustomize v1.11.0 /go.mod h1:j302mJGDww8cn9qvMsRQ0LJ1HPAPs/IlX7CSsoJV7BI =
64
64
github.com/fluxcd/pkg/apis/meta v1.18.0 h1:ACHrMIjlcioE9GKS7NGk62KX4NshqNewr8sBwMcXABs =
You can’t perform that action at this time.
0 commit comments