Skip to content

Commit

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

Bump golangci/golangci-lint-action from 6.1.1 to 6.2.0
  • Loading branch information
anderseknert authored Jan 20, 2025
2 parents b209b1d + 44bdc9d commit 6e575ce
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,7 +13,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: 1.22.2
- uses: golangci/golangci-lint-action@v6.1.1
- uses: golangci/golangci-lint-action@v6.2.0
with:
version: v1.57.2
- 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@v5
with:
go-version: 1.22.2
- uses: golangci/golangci-lint-action@v6.1.1
- uses: golangci/golangci-lint-action@v6.2.0
with:
version: v1.57.2
skip-pkg-cache: true
Expand Down

0 comments on commit 6e575ce

Please sign in to comment.