Skip to content

Commit 067c1dc

Browse files
authored
Merge pull request #1731 from zoues/go1.17
✨ bump golang 1.17
2 parents 4d10a06 + 4890598 commit 067c1dc

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.golangci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ linters-settings:
5959
- pkg: sigs.k8s.io/controller-runtime
6060
alias: ctrl
6161
staticcheck:
62-
go: "1.16"
62+
go: "1.17"
6363
stylecheck:
64-
go: "1.16"
64+
go: "1.17"
6565

6666
issues:
6767
max-same-issues: 0

examples/configfile/custom/v1alpha1/zz_generated.deepcopy.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/config/v1alpha1/zz_generated.deepcopy.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)