Skip to content

Commit 62a0b57

Browse files
Bump golangci/golangci-lint-action from 3 to 4 (#22)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3 to 4. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v3...v4) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 879ec77 commit 62a0b57

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
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
go-version: '1.20'
1717
cache: true
18-
- uses: golangci/golangci-lint-action@v3
18+
- uses: golangci/golangci-lint-action@v4
1919
- run: go build -v ./...
2020
- name: Test and Generate Coverage
2121
run: go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...

0 commit comments

Comments
 (0)