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 32
32
- name : Lint Go
33
33
uses : golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6.1.0
34
34
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
36
36
37
37
actionlint :
38
38
name : Actionlint
Original file line number Diff line number Diff line change @@ -35,13 +35,13 @@ linters:
35
35
- asciicheck
36
36
- bidichk
37
37
- contextcheck
38
+ - copyloopvar
38
39
- dupword
39
40
- durationcheck
40
41
- errcheck
41
42
- errchkjson
42
43
- errname
43
44
- errorlint
44
- - exportloopref
45
45
- fatcontext
46
46
- forcetypeassert
47
47
- gocheckcompilerdirectives
Original file line number Diff line number Diff line change 1
1
.DEFAULT_GOAL := build-goreleaser
2
- # renovate: datasource=github-releases depName=golangci/golangci-lint
2
+ # renovate: datasource=github-tags depName=golangci/golangci-lint
3
3
GOLANGCI_LINT_VERSION = v1.60.2
4
4
5
5
.PHONY : test
Original file line number Diff line number Diff line change 1
1
module github.com/nginxinc/nginx-asg-sync
2
2
3
- go 1.22.5
3
+ go 1.23.0
4
4
5
5
require (
6
6
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible
You can’t perform that action at this time.
0 commit comments