Use newer golang with Drone and update badge in README.

This commit is contained in:
2021-11-20 22:00:02 +05:00
parent 5eae5595e9
commit 006eb6e72a
2 changed files with 2 additions and 3 deletions

View File

@@ -13,9 +13,8 @@ steps:
- golangci-lint run
- name: test
image: golang:1.13.5-alpine
image: golang:1.17.3-alpine
environment:
GOFLAGS: -mod=vendor
CGO_ENABLED: 0
commands:
- go test ./...