Skip to content

Commit

Permalink
Merge pull request #27 from pulumi/upgrade-to-go1.16
Browse files Browse the repository at this point in the history
Upgrade to go1.16
  • Loading branch information
stack72 authored Mar 5, 2021
2 parents bab7d32 + 371598f commit e646398
Show file tree
Hide file tree
Showing 4 changed files with 234 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Go 1.15
- name: Install Go 1.16
uses: actions/setup-go@v2
with:
go-version: '1.15.x'
go-version: '1.16.x'
- name: Run Go Build
run: go build main.go
- name: Run tests
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
uses: jaxxstorm/[email protected]
with:
repo: pulumi/pulumictl
- name: Install Go 1.15
- name: Install Go 1.16
uses: actions/setup-go@v2
with:
go-version: '1.15.x'
go-version: '1.16.x'
- name: Goreleaser publish
uses: goreleaser/goreleaser-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/pulumi/crd2pulumi

go 1.15
go 1.16

require (
github.com/pkg/errors v0.9.1
Expand Down
Loading

0 comments on commit e646398

Please sign in to comment.