Skip to content

Commit 20fce27

Browse files
try to fix golint go get
1 parent 09630e7 commit 20fce27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ install:
4747
- rm qemu-${QEMU}.tar.${QEMU_EXT} libvirt-${LIBVIRT}.tar.${LIBVIRT_EXT}
4848

4949
before_install:
50-
- go get github.com/golang/lint/golint
50+
- go get golang.org/x/lint/golint
5151
- go get golang.org/x/tools/cmd/stringer
5252

5353
before_script:

0 commit comments

Comments
 (0)