Skip to content

Commit

Permalink
chore: bump golangci, remove deprecated fields
Browse files Browse the repository at this point in the history
  • Loading branch information
carlmontanari committed Aug 15, 2024
1 parent cb6f878 commit 41ebe5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,8 @@ jobs:
- name: lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.59
version: v1.60
args: --timeout 5m
# caching issues, see: https://github.com/golangci/golangci-lint-action/issues/244#issuecomment-1052190775
skip-pkg-cache: true
skip-build-cache: true

- name: install gotestsum
run: go install gotest.tools/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,4 @@ output:
uniq-by-line: false

service:
golangci-lint-version: 1.59.x
golangci-lint-version: 1.60.x

0 comments on commit 41ebe5b

Please sign in to comment.