Browse Source

Update source installation requirements (#3124)

* Update source installation requirements

We require Golang 1.8 since we use `net/url.PathEscape` which was not introduced until then

* Use Golang 1.8 for build and test

If we state Golang 1.8 we should test using that version as well

* Use golang 1.8 only for single build to see if everything compiles

* Change back edge also for commented out sqlite test
tags/v1.21.12.1
Kim "BKC" Carlbäcker GitHub 7 years ago
parent
commit
e722bdbb03
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      .drone.yml
  2. +1
    -1
      docs/content/doc/installation/from-source.en-us.md

+ 1
- 1
.drone.yml View File

@@ -56,7 +56,7 @@ pipeline:
event: [ push, tag, pull_request ] event: [ push, tag, pull_request ]


build-without-gcc: build-without-gcc:
image: webhippie/golang:edge
image: webhippie/golang:1.8
pull: true pull: true
environment: environment:
GOPATH: /srv/app GOPATH: /srv/app


+ 1
- 1
docs/content/doc/installation/from-source.en-us.md View File

@@ -17,7 +17,7 @@ menu:


This section will not include basic [installation instructions](https://golang.org/doc/install). This section will not include basic [installation instructions](https://golang.org/doc/install).


**Note**: Go version 1.7 or higher is required
**Note**: Go version 1.8 or higher is required


## Download ## Download




Loading…
Cancel
Save