Skip to content

Commit 0da54b9

Browse files
Update golangci/golangci-lint-action action to v8 (#428)
| datasource | package | from | to | | ----------- | ----------------------------- | ------ | ------ | | github-tags | golangci/golangci-lint-action | v7.0.1 | v8.0.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 51b4122 commit 0da54b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
go-version: stable
3535

3636
- name: Lint Go
37-
uses: golangci/golangci-lint-action@9fae48acfc02a90574d7c304a1758ef9895495fa # v7.0.1
37+
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
3838
with:
3939
working-directory: ${{ matrix.directory }}
4040
version: v2.1.5 # renovate: datasource=github-tags depName=golangci/golangci-lint

0 commit comments

Comments
 (0)