mirror of
https://github.com/thegeeklab/wp-plugin-go.git
synced 2024-11-22 00:20:38 +00:00
Merge pull request #11 from drone-plugins/renovate/docker-golang-1.x
Update golang Docker tag to v1.14
This commit is contained in:
commit
30ce1c10b2
@ -10,7 +10,7 @@ platform:
|
|||||||
steps:
|
steps:
|
||||||
- name: staticcheck
|
- name: staticcheck
|
||||||
pull: always
|
pull: always
|
||||||
image: golang:1.13
|
image: golang:1.14
|
||||||
commands:
|
commands:
|
||||||
- go run honnef.co/go/tools/cmd/staticcheck ./...
|
- go run honnef.co/go/tools/cmd/staticcheck ./...
|
||||||
volumes:
|
volumes:
|
||||||
@ -19,7 +19,7 @@ steps:
|
|||||||
|
|
||||||
- name: lint
|
- name: lint
|
||||||
pull: always
|
pull: always
|
||||||
image: golang:1.13
|
image: golang:1.14
|
||||||
commands:
|
commands:
|
||||||
- go run golang.org/x/lint/golint -set_exit_status ./...
|
- go run golang.org/x/lint/golint -set_exit_status ./...
|
||||||
volumes:
|
volumes:
|
||||||
@ -28,7 +28,7 @@ steps:
|
|||||||
|
|
||||||
- name: vet
|
- name: vet
|
||||||
pull: always
|
pull: always
|
||||||
image: golang:1.13
|
image: golang:1.14
|
||||||
commands:
|
commands:
|
||||||
- go vet ./...
|
- go vet ./...
|
||||||
volumes:
|
volumes:
|
||||||
@ -37,7 +37,7 @@ steps:
|
|||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
pull: always
|
pull: always
|
||||||
image: golang:1.13
|
image: golang:1.14
|
||||||
commands:
|
commands:
|
||||||
- go test -cover -v ./...
|
- go test -cover -v ./...
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
Reference in New Issue
Block a user