Skip to content

Commit 82e4841

Browse files
authored
Update to Go 1.15.7 (#138)
1 parent 6071dc7 commit 82e4841

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

CHANGES.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#
1818
-->
1919
# (next release)
20-
- go 1.15 runtime upgraded to 1.15.5
20+
- go 1.15 runtime upgraded to 1.15.7
2121
- go 1.13 runtime upgraded to 1.13.15
2222
- add 'apt-get upgrade' to the image build of go 1.15 and go 1.13 to get latest security fixes during each build, for the case the base images are not updated frequently
2323

@@ -29,7 +29,6 @@
2929
- added OW_WAIT_FOR_ACK such at if true, the proxy waits for an acknowledgement from the action on startup
3030
- added OW_EXECUTION_ENV to validate the execution environment before starting an action
3131
- write compilation logs to standard out
32-
3332
# 1.15.0
3433
- added OW_ACTION_VERSION to action environment (PR#113)
3534
- propagate API_HOST from parent to child process (PR#115)

golang1.15/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616
#
17-
FROM golang:1.15.5
17+
FROM golang:1.15.7
1818
RUN echo "deb http://deb.debian.org/debian buster-backports main contrib non-free" \
1919
>>/etc/apt/sources.list &&\
2020
echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections &&\

0 commit comments

Comments
 (0)