Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Update Go to 1.9.3 #174

Merged
merged 1 commit into from
Feb 5, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## UPCOMING

## `v2018_02_05_1`

* `Go`: `1.9.3`

## `v2018_01_11_1`

* `bitrise` (CLI): `1.12.0`
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ENV LANG="en_US.UTF-8" \
# Configs - tool versions
TOOL_VER_BITRISE_CLI="1.12.0" \
TOOL_VER_RUBY="2.5.0" \
TOOL_VER_GO="1.9.2" \
TOOL_VER_GO="1.9.3" \
TOOL_VER_DOCKER="17.06.2" \
TOOL_VER_DOCKER_COMPOSE="1.16.0"

Expand Down Expand Up @@ -194,5 +194,5 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get -y install git-lfs \

WORKDIR $BITRISE_SOURCE_DIR

ENV BITRISE_DOCKER_REV_NUMBER_BASE v2018_01_11_1
ENV BITRISE_DOCKER_REV_NUMBER_BASE v2018_02_05_1
CMD bitrise --version