Skip to content

Commit

Permalink
main should not import C
Browse files Browse the repository at this point in the history
  • Loading branch information
henrod committed Jul 28, 2017
1 parent 53d3d31 commit 18d7635
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@ setup-ci:
build:
@mkdir -p bin && go build -o ./bin/maestro main.go

build-ci:
@mkdir -p bin && go build -o ./bin/maestro-linux-amd64 main.go

build-docker: build-ci
build-docker: cross-build-linux-amd64
@docker build -t maestro .

cross-build-linux-amd64:
Expand Down
2 changes: 1 addition & 1 deletion helm/charts/maestro/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: maestro
home: https://github.com/topfreegames/maestro
description: Maestro api and worker
version: 2.17.2
version: 2.17.3
maintainers:
- name: TFGCo
email: backend@tfgco.com
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
package main

import (
"C"
"github.com/topfreegames/maestro/cmd"
)

Expand Down
2 changes: 1 addition & 1 deletion metadata/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
package metadata

//Version of Maestro
var Version = "2.17.2"
var Version = "2.17.3"

//KubeVersion is the desired Kubernetes version
var KubeVersion = "v1.7.0"

0 comments on commit 18d7635

Please sign in to comment.