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