Skip to content

Commit

Permalink
Bump go to 1.16 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Osenenko committed Mar 30, 2022
1 parent 26ee621 commit e3c8a38
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.14
go-version: 1.16
-
name: Test
run: make test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.14
go-version: 1.16
-
name: Import GPG key
id: import_gpg
Expand Down
2 changes: 2 additions & 0 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ github.com/hashicorp/terraform-plugin-go/tfprotov5/internal/toproto
github.com/hashicorp/terraform-plugin-go/tfprotov5/server
github.com/hashicorp/terraform-plugin-go/tfprotov5/tftypes
# github.com/hashicorp/terraform-plugin-sdk/v2 v2.4.3
## explicit
github.com/hashicorp/terraform-plugin-sdk/v2/diag
github.com/hashicorp/terraform-plugin-sdk/v2/helper/logging
github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource
Expand Down Expand Up @@ -169,6 +170,7 @@ github.com/mitchellh/reflectwalk
# github.com/oklog/run v1.0.0
github.com/oklog/run
# github.com/satori/go.uuid v1.2.0
## explicit
github.com/satori/go.uuid
# github.com/ulikunitz/xz v0.5.8
github.com/ulikunitz/xz
Expand Down

0 comments on commit e3c8a38

Please sign in to comment.