about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorMarkus Wüstenberg2021-05-07 14:35:47 +0200
committerGitHub2021-05-07 14:35:47 +0200
commitd34b28be56b83a867343b5249f9a6c545ef3501d (patch)
tree22e7e88ee4c9713c8601d34b95d9034b917074eb /Makefile
parente6538392adde56d28f33a3619066aeffce18c1d2 (diff)
downloadgomponents-d34b28be56b83a867343b5249f9a6c545ef3501d.tar.lz
gomponents-d34b28be56b83a867343b5249f9a6c545ef3501d.tar.zst
gomponents-d34b28be56b83a867343b5249f9a6c545ef3501d.zip
Bump Go version to 1.16 in CI (#72)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c453239..925c1e3 100644
--- a/Makefile
+++ b/Makefile
@@ -10,5 +10,5 @@ lint:
 	golangci-lint run
 
 test:
-	go test -coverprofile=cover.out -mod=readonly ./...
+	go test -coverprofile=cover.out ./...