Skip to content

Commit

Permalink
Merge pull request #279 from weichou1229/go-1.23
Browse files Browse the repository at this point in the history
build: Upgrade to go-1.23, Linter1.61.0
  • Loading branch information
cloudxxx8 authored Oct 3, 2024
2 parents 524fa76 + 1fa2d65 commit 56e6070
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.54.2
sudo curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $$(go env GOPATH)/bin v1.61.0

test: unittest lint
$(GO) vet ./...
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/edgexfoundry/go-mod-secrets/v3

go 1.21
go 1.23

require (
github.com/edgexfoundry/go-mod-core-contracts/v3 v3.2.0-dev.46
Expand Down

0 comments on commit 56e6070

Please sign in to comment.