Skip to content

Commit e722bdb

Browse files
authored
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
1 parent 095fb9f commit e722bdb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ pipeline:
5656
event: [ push, tag, pull_request ]
5757

5858
build-without-gcc:
59-
image: webhippie/golang:edge
59+
image: webhippie/golang:1.8
6060
pull: true
6161
environment:
6262
GOPATH: /srv/app

docs/content/doc/installation/from-source.en-us.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ menu:
1717

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

20-
**Note**: Go version 1.7 or higher is required
20+
**Note**: Go version 1.8 or higher is required
2121

2222
## Download
2323

0 commit comments

Comments
 (0)