mirror of https://github.com/spf13/viper.git
chore: update build tools
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
This commit is contained in:
parent
91b237fdbf
commit
ba606cd9f1
4
Makefile
4
Makefile
|
@ -15,8 +15,8 @@ TEST_FORMAT = short-verbose
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Dependency versions
|
# Dependency versions
|
||||||
GOTESTSUM_VERSION = 1.6.4
|
GOTESTSUM_VERSION = 1.7.0
|
||||||
GOLANGCI_VERSION = 1.40.1
|
GOLANGCI_VERSION = 1.42.1
|
||||||
|
|
||||||
# Add the ability to override some variables
|
# Add the ability to override some variables
|
||||||
# Use with care
|
# Use with care
|
||||||
|
|
Loading…
Reference in New Issue