Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Commit

Permalink
Go 1.12 update (#2951)
Browse files Browse the repository at this point in the history
* fix: go tool vet does not work on Fedora 30

Fixes issue #2486

* updating changelog
  • Loading branch information
secondsun authored and k-wall committed Jul 23, 2019
1 parent 7b66819 commit b4bfb9e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.30.0
* Fix go tool vet on newer versions of go


## 0.29.0
* Upgrade to Apache ActiveMQ Artemis 2.9.0
* Upgrade to Apache Qpid Dispatch Router 1.8.0
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ test_go: test_go_vet test_go_run
endif

test_go_vet:
cd $(GOPRJ) && go tool vet cmd pkg
cd $(GOPRJ) && go vet ./cmd/... ./pkg/...

ifeq (,$(GO2XUNIT))
test_go_run: $(GOPRJ)
Expand Down

0 comments on commit b4bfb9e

Please sign in to comment.