From 475899704088bfaf3c17ea100513b863f41a639b Mon Sep 17 00:00:00 2001 From: Geno Date: Fri, 10 Sep 2021 23:52:56 +0200 Subject: [PATCH] fix(ci): golang v1.17 --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 0b7ae44..0c038fb 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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: