Browse Source

(CI) Use go 1.10 also for bogo testing

v1.2.3
Henry D. Case 6 years ago
committed by Henry Dorsett Case
parent
commit
1313809b2b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      _dev/bogo/Dockerfile

+ 1
- 1
_dev/bogo/Dockerfile View File

@@ -1,4 +1,4 @@
FROM golang:1.9-alpine
FROM golang:1.10-alpine

RUN apk add --update \
git \


Loading…
Cancel
Save