Skip to content

Commit

Permalink
Merge pull request #61 from anchore/tooling-bump
Browse files Browse the repository at this point in the history
ci: bump lint tool versions
  • Loading branch information
bradleyjones authored Aug 31, 2023
2 parents a693582 + 8e19184 commit 6a2b1b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ linters:
enable:
- asciicheck
- bodyclose
- depguard
- dupl
- errcheck
- errorlint
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ TITLE := $(BOLD)$(PURPLE)
SUCCESS := $(BOLD)$(GREEN)

# ci dependency versions
GOLANG_CI_VERSION = v1.52.2
GOSIMPORTS_VERSION = v0.3.4
GOLANG_CI_VERSION = v1.54.2
GOSIMPORTS_VERSION = v0.3.8
GORELEASER_VERSION = v1.16.0

## Build variables
Expand Down

0 comments on commit 6a2b1b7

Please sign in to comment.