Skip to content

Commit 7316252

Browse files
authored
Merge pull request #16 from anderseknert/dependabot/github_actions/golangci/golangci-lint-action-3.6.0
Bump golangci/golangci-lint-action from 3.4.0 to 3.6.0
2 parents 587a391 + 49dccb7 commit 7316252

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
- uses: actions/setup-go@v4
1414
with:
1515
go-version: 1.19.1
16-
- uses: golangci/golangci-lint-action@v3.4.0
16+
- uses: golangci/golangci-lint-action@v3.6.0

.github/workflows/push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/setup-go@v4
1515
with:
1616
go-version: 1.19.1
17-
- uses: golangci/golangci-lint-action@v3.4.0
17+
- uses: golangci/golangci-lint-action@v3.6.0
1818

1919
release-build-darwin-amd64:
2020
name: Release Build darwin/amd64

0 commit comments

Comments
 (0)