Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit 6041d0d

Browse files
authored
update golang builder version to 1.18 (#93)
1 parent 1ee1594 commit 6041d0d

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

swift4.2/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# IBM Functions Swift 4.2 Runtime
22

3+
# 1.4.5
4+
Changes:
5+
- Update Golang Version for the Action Loop Proxy builder
6+
7+
Swift runtime version: [swift-4.2.4-RELEASE](https://swift.org/builds/swift-4.2.4-release/ubuntu1804/swift-4.2.4-RELEASE/swift-4.2.4-RELEASE-ubuntu18.04.tar.gz)
8+
9+
Packages included:
10+
- [Watson SDK 1.3.1](https://github.com/watson-developer-cloud/swift-sdk/releases/tag/1.3.1)
11+
312
# 1.4.4
413
Changes:
514
- Update GO_PROXY_RELEASE_VERSION to [email protected].

swift4.2/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM openwhisk/action-swift-v4.2:43eef06 AS parent_image
44

55
# from https://github.com/apache/openwhisk-runtime-swift/blob/master/core/swift42Action/Dockerfile
66
# Build go action-loop proxy from source.
7-
FROM golang:1.15 AS builder_source
7+
FROM golang:1.18 AS builder_source
88
ARG GO_PROXY_GITHUB_USER=apache
99
ARG GO_PROXY_GITHUB_BRANCH=master
1010
RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
@@ -13,7 +13,7 @@ RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
1313
mv proxy /bin/proxy
1414

1515
# Build go action-loop proxy from release.
16-
FROM golang:1.15 AS builder_release
16+
FROM golang:1.18 AS builder_release
1717
1818
RUN curl -sL \
1919
https://github.com/apache/openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\

0 commit comments

Comments
 (0)