Skip to content

Commit 0d00854

Browse files
authored
Upgrade examples to go1.13 (pulumi#529)
Upgrade examples to go1.13
2 parents bd93d27 + d6b4d9e commit 0d00854

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
if: branch = master
22
language: go
3-
go: 1.12.x
3+
go: 1.13.x
44
sudo: true
55
git:
66
depth: false

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.PHONY: ensure only_build only_test all
22

3-
all: install only_build lint only_test
3+
all: install ensure only_build lint only_test
44

55
install:
66
yarn global add tslint typescript

misc/test/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/pulumi/examples
22

3-
go 1.12
3+
go 1.13
44

55
require (
66
github.com/Azure/azure-amqp-common-go v1.1.4 // indirect

0 commit comments

Comments
 (0)