File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 strategy :
1111 matrix :
12- go : ['1.10 ', '1.11 ', '1.12 ']
12+ go : ['1.15 ', '1.16 ', '1.17 ']
1313
1414 name : Documentation and Linting
1515 steps :
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ DOC_FILES := \
3939FIGURE_FILES := \
4040 img/media-types.png
4141
42- TOOLS := esc gitvalidation glide glide-vc
42+ TOOLS := esc gitvalidation
4343
4444default : check-license lint test
4545
@@ -120,12 +120,6 @@ install.tools: $(TOOLS:%=.install.%)
120120.install.gitvalidation :
121121 go get -u github.com/vbatts/git-validation
122122
123- .install.glide :
124- go get -u github.com/Masterminds/glide
125-
126- .install.glide-vc :
127- go get -u github.com/sgotti/glide-vc
128-
129123clean :
130124 rm -rf * ~ $(OUTPUT_DIRNAME ) header.html
131125
You can’t perform that action at this time.
0 commit comments