Skip to content

Commit 77fd953

Browse files
authored
Merge pull request #58 from wyattjoh/dependabot/github_actions/golangci/golangci-lint-action-3
chore(deps): bump golangci/golangci-lint-action from 2.5.2 to 3
2 parents a437f3e + 0358d01 commit 77fd953

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/setup-go@v2
1818
with:
1919
go-version: "^1.16.0"
20-
- uses: golangci/golangci-lint-action@v2.5.2
20+
- uses: golangci/golangci-lint-action@v3
2121
with:
2222
version: v1.35
2323
- name: Unit testing

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/setup-go@v2
1515
with:
1616
go-version: "^1.16.0"
17-
- uses: golangci/golangci-lint-action@v2.5.2
17+
- uses: golangci/golangci-lint-action@v3
1818
with:
1919
version: v1.35
2020
- name: Unit testing

0 commit comments

Comments
 (0)