File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -105,16 +105,16 @@ jobs:
105105 - changes
106106 steps :
107107 - name : Checkout code
108- uses : actions/checkout@8410ad0602e1e429cee44a835ae9f77f654a6694 # v4 .0.0
108+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
109109 - name : Setup Golang
110- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
110+ uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
111111 with :
112112 go-version : ${{ env.GOLANG_VERSION }}
113113 - name : Run golangci-lint
114- uses : golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0 .0
114+ uses : golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2 .0
115115 with :
116- # renovate: datasource=go packageName=github.com/golangci/golangci-lint versioning=regex:^v(?<major>\d+)\.(?<minor>\d+)\.(?<patch>\d+)?$
117- version : v2.1.6
116+ # renovate: datasource=go packageName=github.com/golangci/golangci-lint/v2 versioning=regex:^v(?<major>\d+)\.(?<minor>\d+)\.(?<patch>\d+)?$
117+ version : v2.11.2
118118 args : --verbose
119119
120120 test-go :
You can’t perform that action at this time.
0 commit comments