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 ...@@ -2,7 +2,7 @@ version: 2
jobs: jobs:
build: build:
docker: docker:
- image: circleci/golang:1.12 - image: circleci/golang:1.14
environment: environment:
GO111MODULE: "on" GO111MODULE: "on"
working_directory: /go/src/github.com/turt2live/matrix-media-repo working_directory: /go/src/github.com/turt2live/matrix-media-repo
......
# ---- Stage 0 ---- # ---- Stage 0 ----
# Builds media_repo and import_synapse # Builds media repo binaries
FROM golang:1.12-alpine AS builder FROM golang:1.14-alpine AS builder
# Install build dependencies # Install build dependencies
RUN apk add --no-cache git musl-dev dos2unix 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 ...@@ -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. **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 ```bash
# Get it # Get it
git clone https://github.com/turt2live/matrix-media-repo git clone https://github.com/turt2live/matrix-media-repo
......
...@@ -4,7 +4,7 @@ clone_folder: c:\gopath\src\github.com\turt2live\matrix-media-repo ...@@ -4,7 +4,7 @@ clone_folder: c:\gopath\src\github.com\turt2live\matrix-media-repo
environment: environment:
GOPATH: c:\gopath GOPATH: c:\gopath
GOVERSION: 1.12 GOVERSION: 1.14
init: init:
- git config --global core.autocrlf input - 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