From 3bd8ec1bb9d903231060d8e696b3aa9c51f68e0f Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 2 Jan 2023 17:49:19 +0100 Subject: ci: fix build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Go now requires to use `install` instead of `get` for binaries. Signed-off-by: Miquel Sabaté Solà --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d625af9..a496150 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,8 +38,7 @@ jobs: - uses: actions/checkout@v2 - name: Install git-validation - run: | - go get -u github.com/vbatts/git-validation + run: go install github.com/vbatts/git-validation@latest - name: make ci run: make ci -- cgit v1.2.3