remove unnecessary go get

This commit is contained in:
Hana 2021-02-19 13:33:24 -05:00
parent fb4e31bd28
commit e39e6f194c
2 changed files with 2 additions and 3 deletions

View File

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

View File

@ -23,7 +23,6 @@ CloudFront, for example.
To build the site you'll need Go and Python installed. Run:
```console
$ go get github.com/russross/blackfriday
$ tools/build
```