Skip to content

Commit 5333942

Browse files
authored
Merge pull request #70 from kyoshidajp/dependabot/github_actions/golangci/golangci-lint-action-4
Bump golangci/golangci-lint-action from 3 to 4
2 parents 05ebea5 + e5e071c commit 5333942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
go-version: ${{ matrix.go-version }}
2929
- uses: actions/checkout@v4
3030
- name: golangci-lint
31-
uses: golangci/golangci-lint-action@v3
31+
uses: golangci/golangci-lint-action@v4
3232
with:
3333
version: v1.55.2
3434
- name: go vet

0 commit comments

Comments
 (0)