Skip to content

Commit 34e1ce0

Browse files
Updated golang version (#138)
* Updated golang version * Update RELEASENOTES.md
1 parent 577bc4c commit 34e1ce0

File tree

7 files changed

+9
-39
lines changed

7 files changed

+9
-39
lines changed

.secrets.baseline

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"files": "go.sum|^.secrets.baseline$",
44
"lines": null
55
},
6-
"generated_at": "2021-07-23T11:18:42Z",
6+
"generated_at": "2021-07-26T12:48:51Z",
77
"plugins_used": [
88
{
99
"name": "AWSKeyDetector"

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: go
22

33
go:
4-
- 1.15.12
4+
- 1.16.6
55
- tip
66

77
group: bluezone

block-storage-attacher/Dockerfile.builder

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.15.12
1+
FROM golang:1.16.6
22

33
#ARG GOPROXY=off
44

block-storage-attacher/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/IBM/ibmcloud-storage-utilities/block-storage-attacher
22

3-
go 1.15
3+
go 1.16
44

55
require (
66
github.com/BurntSushi/toml v0.3.1

block-storage-attacher/go.sum

Lines changed: 0 additions & 31 deletions
Large diffs are not rendered by default.

block-storage-attacher/helm/ibm-block-storage-attacher/RELEASENOTES.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ https://cloud.ibm.com/docs/containers?topic=containers-utilities#block_storage_a
1818

1919
| Chart | Date | Kubernetes Required | Breaking Changes | Details |
2020
| ----- | ---------- | ------------------- | ---------------- | --------------------------- |
21-
| v2.0.10 | 2021-07-23 | >=1.10 | None | Refer Changelog v2.0.10 |
21+
| v2.0.10 | 2021-07-26 | >=1.10 | None | Refer Changelog v2.0.10 |
2222
| v2.0.9 | 2021-07-05 | >=1.10 | None | Refer Changelog v2.0.9 |
2323
| v2.0.8 | 2021-06-08 | >=1.10 | None | Refer Changelog v2.0.8 |
2424
| v2.0.7 | 2021-05-26 | >=1.10 | None | Refer Changelog v2.0.7 |
@@ -37,11 +37,12 @@ https://cloud.ibm.com/docs/containers?topic=containers-utilities#block_storage_a
3737
| 1.0.1 | 2019-01-23 | >=1.10 | None | Refer Changelog v1.0.1 |
3838
| 1.0.0 | 2018-12-05 | >=1.10 | None | Initial chart version |
3939

40-
## [v2.0.10] - 2021-07-23
41-
UBI image update for VA issue
40+
## [v2.0.10] - 2021-07-26
41+
UBI image, golang update for VA issue
4242

4343
### Changelog
4444
- UBI image update for VA issue
45+
- Golang version update to 1.16.6
4546

4647
## [v2.0.9] - 2021-07-05
4748
UBI image update for VA issue

block-storage-attacher/tests/e2e/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
You need [go](https://golang.org/doc/install) in your path (see [here](development.md#go-versions) for supported versions), please make sure it is installed and in your ``$PATH``.
1010

1111
```sh
12-
GO_VERSION=1.15.12
12+
GO_VERSION=1.16.6
1313
curl -o go${GO_VERSION}.linux-amd64.tar.gz https://storage.googleapis.com/golang/go${GO_VERSION}.linux-amd64.tar.gz
1414
tar -C /usr/local -xzf go${GO_VERSION}.linux-amd64.tar.gz
1515
export GOPATH=<Go Path location>

0 commit comments

Comments
 (0)