mirror of https://github.com/etcd-io/bbolt.git
ignore .idea folder, go to 1.15
parent
56f6a30657
commit
d4a4aebb9a
|
@ -3,3 +3,4 @@
|
|||
*.swp
|
||||
/bin/
|
||||
cover.out
|
||||
/.idea
|
||||
|
|
|
@ -4,7 +4,7 @@ go_import_path: go.etcd.io/bbolt
|
|||
sudo: false
|
||||
|
||||
go:
|
||||
- 1.12
|
||||
- 1.15
|
||||
|
||||
before_install:
|
||||
- go get -v honnef.co/go/tools/...
|
||||
|
|
Loading…
Reference in New Issue