Skip to content

Commit

Permalink
update gh action and fix oci lint
Browse files Browse the repository at this point in the history
  • Loading branch information
floreks committed Feb 28, 2025
1 parent 1f0515b commit 82a0b8e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/oci-auth-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ jobs:
check-latest: true
- uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6.0.1
with:
version: v1.59
version: v1.61
working-directory: go/oci-auth
args: --timeout=30m
1 change: 0 additions & 1 deletion go/oci-auth/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ linters:
- dupl
- durationcheck
- errcheck
- exportloopref
- forcetypeassert
- goconst
- gocyclo
Expand Down

0 comments on commit 82a0b8e

Please sign in to comment.