Skip to content

Commit feb8e88

Browse files
committed
Update Go to v1.17
Signed-off-by: Aurel Canciu <[email protected]>
1 parent c915c5c commit feb8e88

File tree

6 files changed

+491
-129
lines changed

6 files changed

+491
-129
lines changed

.github/workflows/e2e.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Setup Go
4040
uses: actions/setup-go@v2
4141
with:
42-
go-version: 1.16.x
42+
go-version: 1.17.x
4343
- name: Setup Kubernetes
4444
uses: engineerd/[email protected]
4545
with:

api/go.mod

+19-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/fluxcd/kustomize-controller/api
22

3-
go 1.16
3+
go 1.17
44

55
require (
66
github.com/fluxcd/pkg/apis/kustomize v0.2.0
@@ -10,3 +10,21 @@ require (
1010
k8s.io/apimachinery v0.22.2
1111
sigs.k8s.io/controller-runtime v0.10.1
1212
)
13+
14+
require (
15+
github.com/go-logr/logr v0.4.0 // indirect
16+
github.com/gogo/protobuf v1.3.2 // indirect
17+
github.com/google/go-cmp v0.5.5 // indirect
18+
github.com/google/gofuzz v1.1.0 // indirect
19+
github.com/json-iterator/go v1.1.11 // indirect
20+
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
21+
github.com/modern-go/reflect2 v1.0.1 // indirect
22+
golang.org/x/net v0.0.0-20210520170846-37e1c6afe023 // indirect
23+
golang.org/x/text v0.3.6 // indirect
24+
gopkg.in/inf.v0 v0.9.1 // indirect
25+
gopkg.in/yaml.v2 v2.4.0 // indirect
26+
k8s.io/klog/v2 v2.9.0 // indirect
27+
k8s.io/utils v0.0.0-20210819203725-bdf08cb9a70a // indirect
28+
sigs.k8s.io/structured-merge-diff/v4 v4.1.2 // indirect
29+
sigs.k8s.io/yaml v1.2.0 // indirect
30+
)

api/v1beta1/zz_generated.deepcopy.go

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/v1beta2/zz_generated.deepcopy.go

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)