diff options
author | Markus Wüstenberg | 2021-05-07 14:35:47 +0200 |
---|---|---|
committer | GitHub | 2021-05-07 14:35:47 +0200 |
commit | d34b28be56b83a867343b5249f9a6c545ef3501d (patch) | |
tree | 22e7e88ee4c9713c8601d34b95d9034b917074eb /Makefile | |
parent | e6538392adde56d28f33a3619066aeffce18c1d2 (diff) | |
download | gomponents-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-- | Makefile | 2 |
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 ./... |