Skip to content

Commit

Permalink
make: update to Go 1.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraettinger committed Dec 4, 2019
1 parent 57e16e6 commit 76254d5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ v0.85.2
- Fix: ``as-ci`` target downloads go modules before invoking inner make,
to allow external repos to include Makefiles of the gazette/core repo
which are dynamically determined using the ``go mod`` tool.
- Update to Go 1.13.4

v0.85.1
---------
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module go.gazette.dev/core

go 1.12
go 1.13

require (
cloud.google.com/go v0.43.0
Expand Down
4 changes: 2 additions & 2 deletions mk/ci-builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ RUN apt-get update -y \
zlib1g-dev \
&& rm -rf /var/lib/apt/lists/*

ARG GOLANG_VERSION=1.13.1
ARG GOLANG_SHA256=94f874037b82ea5353f4061e543681a0e79657f787437974214629af8407d124
ARG GOLANG_VERSION=1.13.4
ARG GOLANG_SHA256=692d17071736f74be04a72a06dab9cac1cd759377bd85316e52b2227604c004c

ARG DOCKER_VERSION=18.09.6
ARG DOCKER_SHA256=1f3f6774117765279fce64ee7f76abbb5f260264548cf80631d68fb2d795bb09
Expand Down

0 comments on commit 76254d5

Please sign in to comment.