Use 1809 for testing on windows

This commit is contained in:
Don
2019-04-25 16:46:56 -07:00
parent b548a9c07b
commit e957ab3e04
+3 -3
View File
@@ -5,12 +5,12 @@ name: testing
platform:
os: windows
arch: amd64
version: 1803
version: 1809
steps:
- name: vet
pull: always
image: golang:1.12-windowsservercore-1803
image: golang:1.12-windowsservercore-1809
commands:
- go vet ./...
environment:
@@ -21,7 +21,7 @@ steps:
- name: test
pull: always
image: golang:1.12-windowsservercore-1803
image: golang:1.12-windowsservercore-1809
commands:
- go test -cover ./...
environment: