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
fdb48b7b
Unverified
Commit
fdb48b7b
authored
Dec 19, 2018
by
Carl Bergquist
Committed by
GitHub
Dec 19, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #14531 from grafana/golang_1.11.4
Upgrade go version to 1.11.4
parents
5f293743
17f8be90
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
.circleci/config.yml
+5
-5
Dockerfile
+1
-1
appveyor.yml
+1
-1
No files found.
.circleci/config.yml
View file @
fdb48b7b
...
@@ -19,7 +19,7 @@ version: 2
...
@@ -19,7 +19,7 @@ version: 2
jobs
:
jobs
:
mysql-integration-test
:
mysql-integration-test
:
docker
:
docker
:
-
image
:
circleci/golang:1.11
-
image
:
circleci/golang:1.11
.4
-
image
:
circleci/mysql:5.6-ram
-
image
:
circleci/mysql:5.6-ram
environment
:
environment
:
MYSQL_ROOT_PASSWORD
:
rootpass
MYSQL_ROOT_PASSWORD
:
rootpass
...
@@ -39,7 +39,7 @@ jobs:
...
@@ -39,7 +39,7 @@ jobs:
postgres-integration-test
:
postgres-integration-test
:
docker
:
docker
:
-
image
:
circleci/golang:1.11
-
image
:
circleci/golang:1.11
.4
-
image
:
circleci/postgres:9.3-ram
-
image
:
circleci/postgres:9.3-ram
environment
:
environment
:
POSTGRES_USER
:
grafanatest
POSTGRES_USER
:
grafanatest
...
@@ -74,7 +74,7 @@ jobs:
...
@@ -74,7 +74,7 @@ jobs:
gometalinter
:
gometalinter
:
docker
:
docker
:
-
image
:
circleci/golang:1.11
-
image
:
circleci/golang:1.11
.4
environment
:
environment
:
# we need CGO because of go-sqlite3
# we need CGO because of go-sqlite3
CGO_ENABLED
:
1
CGO_ENABLED
:
1
...
@@ -117,7 +117,7 @@ jobs:
...
@@ -117,7 +117,7 @@ jobs:
test-backend
:
test-backend
:
docker
:
docker
:
-
image
:
circleci/golang:1.11
-
image
:
circleci/golang:1.11
.4
working_directory
:
/go/src/github.com/grafana/grafana
working_directory
:
/go/src/github.com/grafana/grafana
steps
:
steps
:
-
checkout
-
checkout
...
@@ -175,7 +175,7 @@ jobs:
...
@@ -175,7 +175,7 @@ jobs:
build
:
build
:
docker
:
docker
:
-
image
:
grafana/build-container:1.2.
1
-
image
:
grafana/build-container:1.2.
2
working_directory
:
/go/src/github.com/grafana/grafana
working_directory
:
/go/src/github.com/grafana/grafana
steps
:
steps
:
-
checkout
-
checkout
...
...
Dockerfile
View file @
fdb48b7b
# Golang build container
# Golang build container
FROM
golang:1.11
FROM
golang:1.11
.4
WORKDIR
$GOPATH/src/github.com/grafana/grafana
WORKDIR
$GOPATH/src/github.com/grafana/grafana
...
...
appveyor.yml
View file @
fdb48b7b
...
@@ -7,7 +7,7 @@ clone_folder: c:\gopath\src\github.com\grafana\grafana
...
@@ -7,7 +7,7 @@ clone_folder: c:\gopath\src\github.com\grafana\grafana
environment
:
environment
:
nodejs_version
:
"
8"
nodejs_version
:
"
8"
GOPATH
:
C:\gopath
GOPATH
:
C:\gopath
GOVERSION
:
1.11
GOVERSION
:
1.11
.4
install
:
install
:
-
rmdir c:\go /s /q
-
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