Skip to content

Commit

Permalink
Merge pull request #435 from ackama:linting/update
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 723432899
  • Loading branch information
copybara-github committed Feb 5, 2025
2 parents 892b852 + 915ee42 commit e420074
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.61.0
version: v1.63.4
args: --timeout=5m
# TODO(#346): we're exploring if only-new-issues will help reduce friction in PRs
lint-just-new:
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.61.0
version: v1.63.4
only-new-issues: true
args: --timeout=5m
tests:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ scalibr:
CGO_ENABLED=1 go build binary/scalibr/scalibr.go

lint:
go run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.61.0 run ./...
go run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.63.4 run ./...

test:
CGO_ENABLED=1 go test ./...
Expand Down

0 comments on commit e420074

Please sign in to comment.