fix(ci): golang v1.17
continuous-integration/drone the build was successful Details

This commit is contained in:
Geno 2021-09-10 23:52:56 +02:00
parent d86db21705
commit 4758997040
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ pipeline:
- apt install python3 --yes
- ./.ci/check-testfiles
- ./.ci/check-gofmt
- go get github.com/client9/misspell/cmd/misspell
- go install github.com/client9/misspell/cmd/misspell@latest
- misspell -error .
test-coverage: