Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
a32b7dfb
Commit
a32b7dfb
authored
Feb 17, 2017
by
bergquist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: upgrade to golang 1.8
parent
c924510d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
circle.yml
+1
-1
scripts/build/Dockerfile
+3
-3
No files found.
circle.yml
View file @
a32b7dfb
...
...
@@ -9,7 +9,7 @@ machine:
GOPATH
:
"
/home/ubuntu/.go_workspace"
ORG_PATH
:
"
github.com/grafana"
REPO_PATH
:
"
${ORG_PATH}/grafana"
GODIST
:
"
go1.8
rc3
.linux-amd64.tar.gz"
GODIST
:
"
go1.8.linux-amd64.tar.gz"
post
:
-
mkdir -p ~/download
-
mkdir -p ~/docker
...
...
scripts/build/Dockerfile
View file @
a32b7dfb
...
...
@@ -23,10 +23,10 @@ RUN curl --silent --location https://rpm.nodesource.com/setup_6.x | bash - && \
RUN
wget https://dl.yarnpkg.com/rpm/yarn.repo
-O
/etc/yum.repos.d/yarn.repo
&&
\
yum install
-y
yarn
--nogpgcheck
&&
\
wget https://storage.googleapis.com/golang/go1.8
rc3
.linux-amd64.tar.gz
&&
\
tar
-C
/usr/local
-xzf
go1.8
rc3
.linux-amd64.tar.gz
wget https://storage.googleapis.com/golang/go1.8.linux-amd64.tar.gz
&&
\
tar
-C
/usr/local
-xzf
go1.8.linux-amd64.tar.gz
ENV
GOLANG_VERSION 1.8
rc3
ENV
GOLANG_VERSION 1.8
ENV
PATH /usr/local/go/bin:$PATH
RUN
mkdir
-p
/go/src /go/bin
&&
chmod
-R
777 /go
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment