Skip to content

Commit

Permalink
Bump Go to 1.16 and bump deps for AWS SSO support
Browse files Browse the repository at this point in the history
  • Loading branch information
mumoshu committed May 8, 2021
1 parent 7355751 commit c2d877d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 54 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Set up Go 1.13
- name: Set up Go 1.16
uses: actions/setup-go@v1
with:
go-version: 1.13
go-version: 1.16
id: go

- name: Setup helmfile
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
module github.com/mumoshu/terraform-provider-helmfile

go 1.13
go 1.16

require (
github.com/Masterminds/semver v1.5.0
github.com/davecgh/go-spew v1.1.1
github.com/hashicorp/terraform-plugin-sdk v1.0.0
github.com/mumoshu/shoal v0.2.18
github.com/mumoshu/terraform-provider-eksctl v0.15.1
github.com/mumoshu/terraform-provider-eksctl v0.16.1
github.com/pkg/profile v1.5.0
github.com/rs/xid v1.2.1
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
Expand Down
Loading

0 comments on commit c2d877d

Please sign in to comment.