mirror of
https://github.com/drone-plugins/drone-manifest.git
synced 2026-06-14 22:11:50 +08:00
Use 1809 for testing on windows
This commit is contained in:
+3
-3
@@ -5,12 +5,12 @@ name: testing
|
|||||||
platform:
|
platform:
|
||||||
os: windows
|
os: windows
|
||||||
arch: amd64
|
arch: amd64
|
||||||
version: 1803
|
version: 1809
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: vet
|
- name: vet
|
||||||
pull: always
|
pull: always
|
||||||
image: golang:1.12-windowsservercore-1803
|
image: golang:1.12-windowsservercore-1809
|
||||||
commands:
|
commands:
|
||||||
- go vet ./...
|
- go vet ./...
|
||||||
environment:
|
environment:
|
||||||
@@ -21,7 +21,7 @@ steps:
|
|||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
pull: always
|
pull: always
|
||||||
image: golang:1.12-windowsservercore-1803
|
image: golang:1.12-windowsservercore-1809
|
||||||
commands:
|
commands:
|
||||||
- go test -cover ./...
|
- go test -cover ./...
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user