Skip to content

Commit a777085

Browse files
Merge pull request #182 from bhargaviSurineedi/master
Golang update
2 parents c5e829e + 9b8bdb2 commit a777085

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.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.19.8
4+
- 1.20.3
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,5 +1,5 @@
11
ARG PROXY_IMAGE_URL_DOCKERHUB=blank
2-
FROM "${PROXY_IMAGE_URL_DOCKERHUB}"/golang:1.19.8
2+
FROM "${PROXY_IMAGE_URL_DOCKERHUB}"/golang:1.20.3
33

44
#ARG GOPROXY=off
55

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +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.42 | 2023-05-17 | >=1.10 | None | Refer Changelog v2.0.42 |
2122
| v2.0.41 | 2023-05-09 | >=1.10 | None | Refer Changelog v2.0.41 |
2223
| v2.0.40 | 2023-03-30 | >=1.10 | None | Refer Changelog v2.0.40 |
2324
| v2.0.39 | 2023-03-15 | >=1.10 | None | Refer Changelog v2.0.39 |
@@ -67,9 +68,13 @@ https://cloud.ibm.com/docs/containers?topic=containers-utilities#block_storage_a
6768
| 1.0.1 | 2019-01-23 | >=1.10 | None | Refer Changelog v1.0.1 |
6869
| 1.0.0 | 2018-12-05 | >=1.10 | None | Initial chart version |
6970

71+
# [v2.0.42] - 2023-05-17
72+
- Golang updated to 1.20.3
73+
7074
# [v2.0.41] - 2023-05-09
7175
- UBI image updated
7276
- Golang updated to 1.19.8
77+
7378
# [v2.0.40] - 2023-03-30
7479
- UBI image updated
7580

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.19.8
12+
GO_VERSION=1.20.3
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)