diff --git a/Makefile b/Makefile index e0d94678..357252f4 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ lint: @if [ "z${ARCH}" = "zx86_64" ] && which golangci-lint >/dev/null ; then golangci-lint run --config .golangci.yml ; else echo "WARNING: Linting skipped (not on x86_64 or linter not installed)"; fi install-lint: - sudo curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $$(go env GOPATH)/bin v1.51.2 + sudo curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $$(go env GOPATH)/bin v1.54.2 test: unittest lint $(GO) vet ./... diff --git a/go.mod b/go.mod index 102ebd27..ea4c5dc3 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/edgexfoundry/go-mod-secrets/v3 -go 1.20 +go 1.21 require ( github.com/edgexfoundry/go-mod-core-contracts/v3 v3.1.0-dev.9