Skip to content

Commit 5731864

Browse files
Update golangci/golangci-lint-action action to v9.3.0 (#106)
Co-authored-by: ske-renovate-operator[bot] <289664651+ske-renovate-operator[bot]@users.noreply.github.com>
1 parent afd2940 commit 5731864

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Verify go.mod is sane
2727
run: go mod tidy && git diff --no-patch --exit-code
2828
- name: Golangci-lint
29-
uses: golangci/golangci-lint-action@v9.2.1
29+
uses: golangci/golangci-lint-action@v9.3.0
3030
with:
3131
version: v2.12.2
3232
- name: Run unit tests

0 commit comments

Comments
 (0)