github.com/instana/go-sensor@v1.62.2-0.20240520081010-4919868049e1/process/Makefile (about) 1 test: linux 2 3 GOVERSION ?= latest 4 linux: *.go 5 docker run --rm -v `pwd`/..:/go/src/github.com/instana/go-sensor golang:$(GOVERSION) \ 6 /bin/bash -c "cd /go/src/github.com/instana/go-sensor/process && go test" 7 8 .PHONY: test