Bump min required golang to 1.13 (#12717)
* Bump min required golang to 1.13 * Update config.yaml * Update Makefile * per silverwind feedback * per silverwind Co-authored-by: zeripath <art27@cantab.net>
This commit is contained in:
parent
2a52aeec49
commit
482b0e6d47
4 changed files with 5 additions and 5 deletions
|
@ -57,7 +57,7 @@ steps:
|
|||
|
||||
- name: build-backend-no-gcc
|
||||
pull: always
|
||||
image: golang:1.12 # this step is kept as the lowest version of golang that we support
|
||||
image: golang:1.13 # this step is kept as the lowest version of golang that we support
|
||||
environment:
|
||||
GO111MODULE: on
|
||||
GOPROXY: off
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue