Skip to content

Commit

Permalink
feat: upgrade golang to 1.12.8
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Rynhard <[email protected]>
  • Loading branch information
andrewrynhard committed Aug 14, 2019
1 parent 53b357b commit ea86807
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@ name: default

services:
- name: docker
image: docker:19.03.0-rc3-dind
privileged: true
image: docker:19.03-dind
entrypoint:
- dockerd
command:
- --dns=8.8.8.8
- --dns=8.8.4.4
- --mtu=1440
- --log-level=error
privileged: true
volumes:
- name: docker-socket
path: /var/run
Expand Down
2 changes: 1 addition & 1 deletion pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:
- image: docker.io/autonomy/gawk:23f4cfd
- image: docker.io/autonomy/gettext:156b4b0
- image: docker.io/autonomy/git:6495ae8
- image: docker.io/autonomy/golang:1221a45
- image: docker.io/autonomy/golang:0834c17
- image: docker.io/autonomy/gperf:d1539d2
- image: docker.io/autonomy/grep:b4a238a
- image: docker.io/autonomy/gzip:3c4f1fd
Expand Down

0 comments on commit ea86807

Please sign in to comment.