Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bumpup go version: 1.16 #2600

Merged
merged 1 commit into from
May 11, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.13
go-version: ^1.16
id: go

- name: Check out code into the Go module directory
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.15
go-version: 1.16
-
name: Import GPG key
id: import_gpg
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dist: bionic
sudo: false
language: go
go:
- 1.15.x
- 1.16.x

addons:
apt:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
## Requirements

- [Terraform](https://www.terraform.io/downloads.html) 0.10.1+
- [Go](https://golang.org/doc/install) 1.15 (to build the provider plugin)
- [Go](https://golang.org/doc/install) 1.16 (to build the provider plugin)

## Building The Provider

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/IBM-Cloud/terraform-provider-ibm/common/github.ibm.com/ibmcloud/kubernetesservice-go-sdk

go 1.15
go 1.16
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/IBM-Cloud/terraform-provider-ibm

go 1.15
go 1.16

require (
github.com/Bowery/prompt v0.0.0-20190916142128-fa8279994f75 // indirect
Expand Down