Skip to content

Commit 6861e93

Browse files
chore(deps): update golangci/golangci-lint-action action to v8 (#102)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 95dc3f1 commit 6861e93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
go-version-file: 'go.mod'
2121
cache: true
2222
- name: Lint code
23-
uses: golangci/golangci-lint-action@v7
23+
uses: golangci/golangci-lint-action@v8
2424
with:
2525
version: ${{ env.GOLANGCI_LINT_VERSION }}
2626
skip-pkg-cache: true

0 commit comments

Comments
 (0)