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

Commit

Permalink
Update Go to 1.9.3 (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaabor authored and viktorbenei committed Feb 5, 2018
1 parent 758ca44 commit be84de8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
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

0 comments on commit be84de8

Please sign in to comment.