Skip to content

Commit 64f1f4a

Browse files
chore(deps): bump golangci/golangci-lint-action from 9.1.0 to 9.2.0 (#39)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f272575 commit 64f1f4a

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
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/setup-go@v6.1.0
2525
with:
2626
go-version: ${{ matrix.go-version }}
27-
- uses: golangci/golangci-lint-action@v9.1.0
27+
- uses: golangci/golangci-lint-action@v9.2.0
2828
with:
2929
version: latest
3030
- run: go test -race -v ./...

0 commit comments

Comments
 (0)