Skip to content

Commit

Permalink
Upgrade examples to go1.13 (pulumi#529)
Browse files Browse the repository at this point in the history
Upgrade examples to go1.13
  • Loading branch information
stack72 committed Jan 29, 2020
2 parents bd93d27 + d6b4d9e commit 0d00854
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
if: branch = master
language: go
go: 1.12.x
go: 1.13.x
sudo: true
git:
depth: false
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: ensure only_build only_test all

all: install only_build lint only_test
all: install ensure only_build lint only_test

install:
yarn global add tslint typescript
Expand Down
2 changes: 1 addition & 1 deletion misc/test/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/pulumi/examples

go 1.12
go 1.13

require (
github.com/Azure/azure-amqp-common-go v1.1.4 // indirect
Expand Down

0 comments on commit 0d00854

Please sign in to comment.