update golang
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
andrey1s
2022-03-13 11:56:49 +03:00
parent f70653066a
commit 51b844d50b
15 changed files with 165 additions and 138 deletions

View File

@@ -3,7 +3,7 @@ name: default
steps:
- name: test
image: golang:1.17.6
image: golang:1.17.8
volumes:
- name: deps
path: /go/src/mod
@@ -11,7 +11,7 @@ steps:
- go test
- name: golangci-lint
image: golangci/golangci-lint:v1.42
image: golangci/golangci-lint:v1.44
commands:
- golangci-lint run