mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-03-04 17:46:36 +00:00
Merge pull request #630 from fpco/629-bump-go-version
Bump Go version from 1.13 to 1.15 for CI
This commit is contained in:
@@ -1,8 +1,7 @@
|
|||||||
version: "{build}"
|
version: "{build}"
|
||||||
|
|
||||||
os: Visual Studio 2017
|
os: Visual Studio 2019
|
||||||
build: off
|
build: off
|
||||||
stack: go 1.13
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
GOPATH: c:\gopath
|
GOPATH: c:\gopath
|
||||||
@@ -13,7 +12,7 @@ clone_folder: c:\gopath\src\github.com\prometheus-community\windows_exporter
|
|||||||
install:
|
install:
|
||||||
- mkdir %GOPATH%\bin
|
- mkdir %GOPATH%\bin
|
||||||
- set PATH=%GOPATH%\bin;%PATH%
|
- set PATH=%GOPATH%\bin;%PATH%
|
||||||
- set PATH=%PATH%;C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin
|
- set PATH=%PATH%;C:\msys64\mingw64\bin
|
||||||
- choco install gitversion.portable make -y
|
- choco install gitversion.portable make -y
|
||||||
- ps: |
|
- ps: |
|
||||||
appveyor DownloadFile https://github.com/golangci/golangci-lint/releases/download/v1.21.0/golangci-lint-1.21.0-windows-amd64.zip
|
appveyor DownloadFile https://github.com/golangci/golangci-lint/releases/download/v1.21.0/golangci-lint-1.21.0-windows-amd64.zip
|
||||||
|
|||||||
Reference in New Issue
Block a user