Skip to content

Commit 7164f4d

Browse files
Merge pull request #260 from cerberauth/renovate/golangci-golangci-lint-action-8.x
chore(deps): update golangci/golangci-lint-action action to v8
2 parents 844583c + 79939a7 commit 7164f4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
go-version: ${{ env.GO_VERSION }}
3535

3636
- name: Lint
37-
uses: golangci/golangci-lint-action@v7
37+
uses: golangci/golangci-lint-action@v8
3838

3939
- name: Build
4040
run: go build -v ./...

0 commit comments

Comments
 (0)