Skip to content

Commit b52c172

Browse files
authored
Merge pull request #879 from opencontainers/lint-fixes
github: bring forward the versions of golang tested/built with
2 parents c5a74bc + de28903 commit b52c172

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/docs-and-linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
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:

Makefile

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ DOC_FILES := \
3939
FIGURE_FILES := \
4040
img/media-types.png
4141

42-
TOOLS := esc gitvalidation glide glide-vc
42+
TOOLS := esc gitvalidation
4343

4444
default: 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-
129123
clean:
130124
rm -rf *~ $(OUTPUT_DIRNAME) header.html
131125

0 commit comments

Comments
 (0)