Skip to content

Commit

Permalink
Merge pull request #19 from anderseknert/dependabot/github_actions/go…
Browse files Browse the repository at this point in the history
…langci/golangci-lint-action-3.7.0

Bump golangci/golangci-lint-action from 3.6.0 to 3.7.0
  • Loading branch information
anderseknert authored Aug 22, 2023
2 parents 66ff6ec + 73db4e1 commit d8dfea7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: 1.20.5
- uses: golangci/golangci-lint-action@v3.6.0
- uses: golangci/golangci-lint-action@v3.7.0
- run: go test ./...
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: 1.20.5
- uses: golangci/golangci-lint-action@v3.6.0
- uses: golangci/golangci-lint-action@v3.7.0
with:
skip-pkg-cache: true
skip-build-cache: true
Expand Down

0 comments on commit d8dfea7

Please sign in to comment.