Skip to content
Snippets Groups Projects
Commit e338085c authored by Travis Ralston's avatar Travis Ralston
Browse files

Upgrade to Go 1.14

parent 1f0d0011
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/golang:1.12
- image: circleci/golang:1.14
environment:
GO111MODULE: "on"
working_directory: /go/src/github.com/turt2live/matrix-media-repo
......
# ---- Stage 0 ----
# Builds media_repo and import_synapse
FROM golang:1.12-alpine AS builder
# Builds media repo binaries
FROM golang:1.14-alpine AS builder
# Install build dependencies
RUN apk add --no-cache git musl-dev dos2unix
......
......@@ -17,7 +17,7 @@ For help and support, visit [#mediarepo:t2bot.io](https://matrix.to/#/#mediarepo
**Note**: developing on matrix-media-repo requires you to follow these steps at least once.
Assuming Go 1.12+ is already installed on your PATH:
Assuming Go 1.14+ is already installed on your PATH:
```bash
# Get it
git clone https://github.com/turt2live/matrix-media-repo
......
......@@ -4,7 +4,7 @@ clone_folder: c:\gopath\src\github.com\turt2live\matrix-media-repo
environment:
GOPATH: c:\gopath
GOVERSION: 1.12
GOVERSION: 1.14
init:
- git config --global core.autocrlf input
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment