Skip to content

Commit

Permalink
Bump up go version: 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
kavya498 authored and hkantare committed May 11, 2021
1 parent 3d6241e commit 9e014fb
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
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

0 comments on commit 9e014fb

Please sign in to comment.