Skip to content

Commit

Permalink
bump up linter version and github action
Browse files Browse the repository at this point in the history
Signed-off-by: Minna Howell <[email protected]>
  • Loading branch information
menahyouyeah committed Feb 11, 2025
1 parent a0f2fe0 commit 564c34a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checkLicenses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- run: |
./scripts/create-licenses.sh
# Upload the licenses list so it's available if needed
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: Licenses
path: LICENSES.txt
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ install-kind:

.PHONY: install-golangci-lint
install-golangci-lint:
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.52.2
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.63.4

.PHONY: install-go-licenses
install-go-licenses:
Expand Down

0 comments on commit 564c34a

Please sign in to comment.