Skip to content

Commit

Permalink
Merge pull request #177 from werf/updateKubedogBuildScripts
Browse files Browse the repository at this point in the history
Use 1.14 golang, update build scripts (use new werf-builder with 1.14 golang)
  • Loading branch information
distorhead authored Jul 29, 2020
2 parents 57f7863 + eed914b commit cb49a98
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ require (
k8s.io/klog v1.0.0
)

go 1.13
go 1.14
1 change: 1 addition & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T
github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU=
github.com/imdario/mergo v0.3.5 h1:JboBksRwiiAJWvIYJVo46AfV+IAIKZpfrSzVKj42R4Q=
github.com/imdario/mergo v0.3.5/go.mod h1:2EnlNZ0deacrJVfApfmtdGgDfMuh/nq6Ok1EcJh5FfA=
github.com/inconshreveable/mousetrap v1.0.0 h1:Z8tu5sraLXCXIcARxBp/8cbvlwVa7Z1NHg9XEKhtSvM=
github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8=
github.com/jonboulle/clockwork v0.1.0/go.mod h1:Ii8DK3G1RaLaWxj9trq07+26W01tbo22gdxWY5EU2bo=
github.com/json-iterator/go v1.1.6/go.mod h1:+SdeFBvtyEkXs7REEP0seUULqWtbJapLOCVDaaPEHmU=
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-release-binaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ docker run --rm \
--volume ~/.ssh/known_hosts:/root/.ssh/known_hosts \
--volume $(pwd):/kubedog \
--workdir /kubedog \
flant/werf-builder:1.0.0 \
flant/werf-builder:v1.3.0 \
bash -ec "set -e; source scripts/lib/release/build.sh && build_binaries $VERSION"

0 comments on commit cb49a98

Please sign in to comment.