From a99e6e249ff2ed344377a665410915651cd5c1cd Mon Sep 17 00:00:00 2001 From: Sebastian Mendel Date: Mon, 20 Apr 2026 08:27:32 +0200 Subject: [PATCH] fix: repin go-licenses to v1.6.0 (3e084b is v2.x) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The SHA I pinned in #53 (3e084b0caf71) is actually tag v2.0.1 — its go.mod declares module path `github.com/google/go-licenses/v2`, so `go install github.com/google/go-licenses@` fails with: go.mod has post-v1 module path "github.com/google/go-licenses/v2" at revision 3e084b0caf71 Caught on simple-ldap-go#142's license-scan job. Repin to v1.6.0 (5348b744) which keeps the v1 module path that the installer expects. Signed-off-by: Sebastian Mendel --- .github/workflows/go-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-check.yml b/.github/workflows/go-check.yml index 757e2bf..4a7fe0c 100644 --- a/.github/workflows/go-check.yml +++ b/.github/workflows/go-check.yml @@ -534,7 +534,7 @@ jobs: cache: true - name: Install go-licenses - run: go install github.com/google/go-licenses@3e084b0caf710f7bfead967567539214f598c0a2 # pinned to avoid upstream breakage on @latest + run: go install github.com/google/go-licenses@5348b744d0983d85713295ea08a20cca1654a45e # pinned to v1.6.0 (post-v1 tags live in /v2 module path) - name: Run license check env: