Skip to content

Commit 9347b2f

Browse files
golang update 1.18.9 (#172)
* Golang updated to 1.18.8 * UBI image update * golang update 1.18.9
1 parent b1b86dd commit 9347b2f

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-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.18.8
4+
- 1.18.9
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.18.8
2+
FROM "${PROXY_IMAGE_URL_DOCKERHUB}"/golang:1.18.9
33

44
#ARG GOPROXY=off
55

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

Lines changed: 7 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.34 | 2023-01-04 | >=1.10 | None | Refer Changelog v2.0.34 |
2122
| v2.0.33 | 2022-12-05 | >=1.10 | None | Refer Changelog v2.0.33 |
2223
| v2.0.32 | 2022-11-14 | >=1.10 | None | Refer Changelog v2.0.32 |
2324
| v2.0.31 | 2022-11-02 | >=1.10 | None | Refer Changelog v2.0.31 |
@@ -60,6 +61,12 @@ https://cloud.ibm.com/docs/containers?topic=containers-utilities#block_storage_a
6061
| 1.0.1 | 2019-01-23 | >=1.10 | None | Refer Changelog v1.0.1 |
6162
| 1.0.0 | 2018-12-05 | >=1.10 | None | Initial chart version |
6263

64+
# [v2.0.33] - 2023-01-03
65+
Golang update
66+
67+
### Changelog
68+
- Golang updated to 1.18.9
69+
6370
# [v2.0.33] - 2022-12-05
6471
Golang update
6572

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.18.8
12+
GO_VERSION=1.18.9
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)