From 3a46ac856c29d6fd174cd1dd177d7f31d783f75f Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Wed, 24 Nov 2021 00:02:36 -0500 Subject: [PATCH 1/2] github: bring forward the versions of golang tested/built with Signed-off-by: Vincent Batts --- .github/workflows/docs-and-linting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs-and-linting.yml b/.github/workflows/docs-and-linting.yml index 30be61e3a..2e958caa9 100644 --- a/.github/workflows/docs-and-linting.yml +++ b/.github/workflows/docs-and-linting.yml @@ -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: From de28903cc0f5d915309ef065d72e108bbca92422 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Wed, 24 Nov 2021 00:06:23 -0500 Subject: [PATCH 2/2] Makefile: stale installation of glide was failing Signed-off-by: Vincent Batts --- Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Makefile b/Makefile index edef0a100..80ffad5b3 100644 --- a/Makefile +++ b/Makefile @@ -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 @@ -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