remove unnecessary go get
This commit is contained in:
parent
fb4e31bd28
commit
e39e6f194c
@ -1,7 +1,7 @@
|
|||||||
language: go
|
language: go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.15
|
- 1.16
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
# We need Python to run pygmentize for generating HTML.
|
# We need Python to run pygmentize for generating HTML.
|
||||||
@ -9,7 +9,7 @@ before_install:
|
|||||||
- sudo apt-get install python
|
- sudo apt-get install python
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- go get -u github.com/russross/blackfriday
|
- go mod download
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- tools/build
|
- tools/build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user