Skip to content

Commit

Permalink
CI fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Waldemar Quevedo <wally@nats.io>
  • Loading branch information
wallyqs committed Feb 17, 2023
1 parent 4c1867b commit 3aca1ca
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 @@ -44,7 +44,7 @@ test-cover-ci:
.PHONY: install-tools
install-tools:
cd /tmp && go install github.com/wadey/gocovmerge@latest
cd /tmp && go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
cd /tmp && go install github.com/golangci/golangci-lint/cmd/golangci-lint@6f7f8ae

.PHONY: lint
lint:
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/nats-io/prometheus-nats-exporter

go 1.18
go 1.19

require (
github.com/nats-io/nats-replicator v0.1.0
Expand Down

0 comments on commit 3aca1ca

Please sign in to comment.