ignore .idea folder, go to 1.15

pull/248/head
Andrew Martinez 2020-10-19 10:00:15 -04:00
parent 56f6a30657
commit d4a4aebb9a
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
*.swp
/bin/
cover.out
/.idea

View File

@ -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/...