Commit dd396a4a authored by Chris Molozian's avatar Chris Molozian
Browse files

Don't pass flags to Go vet command in build rules.

parent cb89006d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@ The format is based on [keep a changelog](http://keepachangelog.com/) and this p
- Script runtime invocations now use separate underlying states to improve concurrency.

### Fixed
- Build system no longer passes flags to Go vet command.
- Haystack leaderboard record listings now return correct results around both sides of the pivot record.
- Haystack leaderboard record listings now return a complete page even when the pivot record is at the end of the leaderboard.
- CRON expression runtime function now correctly uses UTC as the timezone for input timestamps.
+1 −1
Original line number Diff line number Diff line
@@ -92,7 +92,7 @@ relupload: proto dashboard migration $(PLATFORMS)

.PHONY: vet
vet:
	go vet ${GOFLAGS} ${LDFLAGS}
	go vet

.PHONY: suite
suite: dbstart dbreset dbsetup test dbstop