Upgrade to Go 1.14.x (#4697)

This commit is contained in:
Paul Stack 2020-05-28 12:01:33 +01:00 committed by GitHub
parent e27b919182
commit 45e1917a30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 16 additions and 16 deletions

View file

@ -25,8 +25,8 @@ init:
- ps: Install-Product node $env:nodejs_version x64
install:
- rmdir C:\go /s /q
- appveyor DownloadFile https://dl.google.com/go/go1.13.4.windows-amd64.zip
- 7z x go1.13.4.windows-amd64.zip -y -oC:\ > NUL
- appveyor DownloadFile https://dl.google.com/go/go1.14.3.windows-amd64.zip
- 7z x go1.14.3.windows-amd64.zip -y -oC:\ > NUL
- cmd: >-
set GOPATH=%USERPROFILE%\go

View file

@ -13,7 +13,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v1
with:
go-version: 1.13.x
go-version: 1.14.x
- name: Install Node.js
uses: actions/setup-node@v1
with:
@ -46,7 +46,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v1
with:
go-version: 1.13.x
go-version: 1.14.x
- name: Install Node.js
uses: actions/setup-node@v1
with:
@ -79,7 +79,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v1
with:
go-version: 1.13.x
go-version: 1.14.x
- name: Install Node.js
uses: actions/setup-node@v1
with:
@ -112,7 +112,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v1
with:
go-version: 1.13.x
go-version: 1.14.x
- name: Install Node.js
uses: actions/setup-node@v1
with:
@ -145,7 +145,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v1
with:
go-version: 1.13.x
go-version: 1.14.x
- name: Install Node.js
uses: actions/setup-node@v1
with:

View file

@ -23,7 +23,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v1
with:
go-version: 1.13.x
go-version: 1.14.x
- name: Add GOBIN to PATH
run: |
mkdir -p "$(go env GOPATH)/bin"

View file

@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
platform: [windows-latest]
go-version: [1.13.x]
go-version: [1.14.x]
node-version: [10.x]
python-version: [3.7]
dotnet: ['3.1.100']

View file

@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
platform: [windows-latest]
go-version: [1.13.x]
go-version: [1.14.x]
node-version: [10.x]
python-version: [3.7]
dotnet: ['3.1.100']

View file

@ -10,7 +10,7 @@ matrix:
os: linux
env: NODE_VERSION=v13.11.0
language: go
go: 1.13.x
go: 1.14.x
sudo: true
git:
depth: false

View file

@ -1,6 +1,6 @@
module github.com/pulumi/pulumi/pkg/v2
go 1.13
go 1.14
replace (
github.com/Azure/go-autorest => github.com/Azure/go-autorest v12.4.3+incompatible

View file

@ -1,6 +1,6 @@
module github.com/pulumi/pulumi/scripts/v2
go 1.13
go 1.14
require github.com/pulumi/pulumi/sdk/v2 v2.0.0

View file

@ -1,6 +1,6 @@
module github.com/pulumi/pulumi/sdk/v2
go 1.13
go 1.14
require (
github.com/Microsoft/go-winio v0.4.14

View file

@ -1,7 +1,7 @@
PROJECT_NAME := Pulumi Python SDK
LANGHOST_PKG := github.com/pulumi/pulumi/sdk/v2/python/cmd/pulumi-language-python
VERSION := $(shell ../../scripts/get-version HEAD)
PYPI_VERSION := $(shell ../../scripts/get-py-version HEAD)
PYPI_VERSION := $(shell cd ../../scripts && ./get-py-version HEAD)
PYENV := ./env
PYENVSRC := $(PYENV)/src

View file

@ -1,6 +1,6 @@
module github.com/pulumi/pulumi/tests
go 1.13
go 1.14
replace (
github.com/Azure/go-autorest => github.com/Azure/go-autorest v12.4.3+incompatible