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
5082b66e
Unverified
Commit
5082b66e
authored
Jan 28, 2019
by
Carl Bergquist
Committed by
GitHub
Jan 28, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #15078 from grafana/golang_1.11.5
upgrade golang to 1.11.5
parents
01984848
d75f53e8
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
10 deletions
+10
-10
.circleci/config.yml
+8
-8
Dockerfile
+1
-1
appveyor.yml
+1
-1
No files found.
.circleci/config.yml
View file @
5082b66e
...
...
@@ -19,7 +19,7 @@ version: 2
jobs
:
mysql-integration-test
:
docker
:
-
image
:
circleci/golang:1.11.
4
-
image
:
circleci/golang:1.11.
5
-
image
:
circleci/mysql:5.6-ram
environment
:
MYSQL_ROOT_PASSWORD
:
rootpass
...
...
@@ -39,7 +39,7 @@ jobs:
postgres-integration-test
:
docker
:
-
image
:
circleci/golang:1.11.
4
-
image
:
circleci/golang:1.11.
5
-
image
:
circleci/postgres:9.3-ram
environment
:
POSTGRES_USER
:
grafanatest
...
...
@@ -74,7 +74,7 @@ jobs:
gometalinter
:
docker
:
-
image
:
circleci/golang:1.11.
4
-
image
:
circleci/golang:1.11.
5
environment
:
# we need CGO because of go-sqlite3
CGO_ENABLED
:
1
...
...
@@ -106,7 +106,7 @@ jobs:
test-backend
:
docker
:
-
image
:
circleci/golang:1.11.
4
-
image
:
circleci/golang:1.11.
5
working_directory
:
/go/src/github.com/grafana/grafana
steps
:
-
checkout
...
...
@@ -116,7 +116,7 @@ jobs:
build-all
:
docker
:
-
image
:
grafana/build-container:1.2.
2
-
image
:
grafana/build-container:1.2.
3
working_directory
:
/go/src/github.com/grafana/grafana
steps
:
-
checkout
...
...
@@ -164,7 +164,7 @@ jobs:
build
:
docker
:
-
image
:
grafana/build-container:1.2.
2
-
image
:
grafana/build-container:1.2.
3
working_directory
:
/go/src/github.com/grafana/grafana
steps
:
-
checkout
...
...
@@ -233,7 +233,7 @@ jobs:
build-enterprise
:
docker
:
-
image
:
grafana/build-container:1.2.
2
-
image
:
grafana/build-container:1.2.
3
working_directory
:
/go/src/github.com/grafana/grafana
steps
:
-
checkout
...
...
@@ -265,7 +265,7 @@ jobs:
build-all-enterprise
:
docker
:
-
image
:
grafana/build-container:1.2.
2
-
image
:
grafana/build-container:1.2.
3
working_directory
:
/go/src/github.com/grafana/grafana
steps
:
-
checkout
...
...
Dockerfile
View file @
5082b66e
# Golang build container
FROM
golang:1.11.
4
FROM
golang:1.11.
5
WORKDIR
$GOPATH/src/github.com/grafana/grafana
...
...
appveyor.yml
View file @
5082b66e
...
...
@@ -7,7 +7,7 @@ clone_folder: c:\gopath\src\github.com\grafana\grafana
environment
:
nodejs_version
:
"
8"
GOPATH
:
C:\gopath
GOVERSION
:
1.11.
4
GOVERSION
:
1.11.
5
install
:
-
rmdir c:\go /s /q
...
...
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