Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update golang version #173

Merged
merged 3 commits into from
Oct 25, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ commands:
jobs:
build:
docker:
- image: quay.io/cybozu/golang:1.12-bionic
- image: quay.io/cybozu/golang:1.13-bionic
- image: quay.io/coreos/etcd:v3.3
steps:
- checkout
Expand Down
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/coreos/etcd v3.3.15+incompatible
github.com/coreos/go-systemd v0.0.0-20181031085051-9002847aa142 // indirect
github.com/coreos/ignition v0.30.0
github.com/cybozu-go/etcdutil v1.3.3
github.com/cybozu-go/etcdutil v1.3.4
github.com/cybozu-go/log v1.5.0
github.com/cybozu-go/netutil v1.2.0
github.com/cybozu-go/well v1.8.1
Expand Down Expand Up @@ -37,3 +37,5 @@ require (
google.golang.org/genproto v0.0.0-20181127195345-31ac5d88444a // indirect
sigs.k8s.io/yaml v1.1.0
)

go 1.13
10 changes: 5 additions & 5 deletions mtest/cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ volumes:
name: ignitions
folder: ignitions
smbios:
serial: 00000001
serial: "00000001"
---
kind: Node
name: host2
Expand All @@ -47,7 +47,7 @@ volumes:
name: ignitions
folder: ignitions
smbios:
serial: 00000002
serial: "00000002"
---
kind: Node
name: host3
Expand All @@ -65,7 +65,7 @@ volumes:
name: ignitions
folder: ignitions
smbios:
serial: 00000003
serial: "00000003"
---
kind: Node
name: worker1
Expand All @@ -78,7 +78,7 @@ volumes:
cpu: 1
memory: 3G
smbios:
serial: 00000004
serial: "00000004"
---
kind: Node
name: worker2
Expand All @@ -91,5 +91,5 @@ volumes:
cpu: 1
memory: 3G
smbios:
serial: 00000005
serial: "00000005"
tpm: true
7 changes: 6 additions & 1 deletion vendor/github.com/cybozu-go/etcdutil/CHANGELOG.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion vendor/github.com/cybozu-go/etcdutil/go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading