File tree Expand file tree Collapse file tree 6 files changed +6
-4
lines changed Expand file tree Collapse file tree 6 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1818 labeler.yml
1919 sparse-checkout-cone-mode : false
2020 repository : nginxinc/k8s-common
21+
2122 - uses : actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
2223 with :
2324 repo-token : " ${{ secrets.GITHUB_TOKEN }}"
Original file line number Diff line number Diff line change 3232 - name : Lint Go
3333 uses : golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6.1.0
3434 with :
35- version : v1.60.2 # renovate: datasource=github-releases depName=golangci/golangci-lint
35+ version : v1.60.2 # renovate: datasource=github-tags depName=golangci/golangci-lint
3636
3737 actionlint :
3838 name : Actionlint
Original file line number Diff line number Diff line change @@ -35,13 +35,13 @@ linters:
3535 - asciicheck
3636 - bidichk
3737 - contextcheck
38+ - copyloopvar
3839 - dupword
3940 - durationcheck
4041 - errcheck
4142 - errchkjson
4243 - errname
4344 - errorlint
44- - exportloopref
4545 - fatcontext
4646 - forcetypeassert
4747 - gocheckcompilerdirectives
Original file line number Diff line number Diff line change 6767
6868ci :
6969 skip : [golangci-lint-full]
70+ autoupdate_schedule : quarterly # We use renovate for more frequent updates and there's no way to disable autoupdate
Original file line number Diff line number Diff line change 11.DEFAULT_GOAL := build-goreleaser
2- # renovate: datasource=github-releases depName=golangci/golangci-lint
2+ # renovate: datasource=github-tags depName=golangci/golangci-lint
33GOLANGCI_LINT_VERSION = v1.60.2
44
55.PHONY : test
Original file line number Diff line number Diff line change 11module github.com/nginxinc/nginx-asg-sync
22
3- go 1.22.5
3+ go 1.23.0
44
55require (
66 github.com/Azure/azure-sdk-for-go v68.0.0+incompatible
You can’t perform that action at this time.
0 commit comments