Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docs-and-linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ['1.10', '1.11', '1.12']
go: ['1.15', '1.16', '1.17']

name: Documentation and Linting
steps:
Expand Down
8 changes: 1 addition & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ DOC_FILES := \
FIGURE_FILES := \
img/media-types.png

TOOLS := esc gitvalidation glide glide-vc
TOOLS := esc gitvalidation

default: check-license lint test

Expand Down Expand Up @@ -120,12 +120,6 @@ install.tools: $(TOOLS:%=.install.%)
.install.gitvalidation:
go get -u github.com/vbatts/git-validation

.install.glide:
go get -u github.com/Masterminds/glide

.install.glide-vc:
go get -u github.com/sgotti/glide-vc

clean:
rm -rf *~ $(OUTPUT_DIRNAME) header.html

Expand Down