Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
matrix-media-repo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
matrix-media-repo
Commits
e338085c
Commit
e338085c
authored
5 years ago
by
Travis Ralston
Browse files
Options
Downloads
Patches
Plain Diff
Upgrade to Go 1.14
parent
1f0d0011
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.circleci/config.yml
+1
-1
1 addition, 1 deletion
.circleci/config.yml
Dockerfile
+2
-2
2 additions, 2 deletions
Dockerfile
README.md
+1
-1
1 addition, 1 deletion
README.md
appveyor.yml
+1
-1
1 addition, 1 deletion
appveyor.yml
with
5 additions
and
5 deletions
.circleci/config.yml
+
1
−
1
View file @
e338085c
...
...
@@ -2,7 +2,7 @@ version: 2
jobs
:
build
:
docker
:
-
image
:
circleci/golang:1.1
2
-
image
:
circleci/golang:1.1
4
environment
:
GO111MODULE
:
"
on"
working_directory
:
/go/src/github.com/turt2live/matrix-media-repo
...
...
This diff is collapsed.
Click to expand it.
Dockerfile
+
2
−
2
View file @
e338085c
# ---- Stage 0 ----
# Builds media
_
repo
and import_synapse
FROM
golang:1.1
2
-alpine
AS
builder
# Builds media
repo
binaries
FROM
golang:1.1
4
-alpine
AS
builder
# Install build dependencies
RUN
apk add
--no-cache
git musl-dev dos2unix
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
−
1
View file @
e338085c
...
...
@@ -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.1
2
+ is already installed on your PATH:
Assuming Go 1.1
4
+ is already installed on your PATH:
```
bash
# Get it
git clone https://github.com/turt2live/matrix-media-repo
...
...
This diff is collapsed.
Click to expand it.
appveyor.yml
+
1
−
1
View file @
e338085c
...
...
@@ -4,7 +4,7 @@ clone_folder: c:\gopath\src\github.com\turt2live\matrix-media-repo
environment
:
GOPATH
:
c:\gopath
GOVERSION
:
1.1
2
GOVERSION
:
1.1
4
init
:
-
git config --global core.autocrlf input
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment