Skip to content

Commit

Permalink
Makefile: bump gosec and golangci version
Browse files Browse the repository at this point in the history
- gosec 2.3.0 -> 2.4.0
- golangci 1.28.0 -> 1.30.0

Signed-off-by: Vincent Demeester <[email protected]>
  • Loading branch information
vdemeester authored and tekton-robot committed Aug 21, 2020
1 parent 74cc03a commit 290899a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ TESTPKGS = $(shell env GO111MODULE=on $(GO) list -f \
$(PKGS))
BIN = $(CURDIR)/.bin

GOLANGCI_VERSION = v1.28.0
GOSEC_VERSION = v2.3.0
GOLANGCI_VERSION = v1.30.0
GOSEC_VERSION = v2.4.0

GO = go
TIMEOUT_UNIT = 5m
Expand Down

0 comments on commit 290899a

Please sign in to comment.