From e1af330d31f0bd06f82a31e309effe1bdbf253a6 Mon Sep 17 00:00:00 2001 From: David Li Date: Mon, 16 Feb 2026 11:32:59 +0900 Subject: [PATCH] docs: update Go version update checklist --- docs/checklist/go.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/checklist/go.md b/docs/checklist/go.md index 88f00b8..b100264 100644 --- a/docs/checklist/go.md +++ b/docs/checklist/go.md @@ -43,4 +43,10 @@ pre-commit autoupdate --freeze --repo https://github.com/golangci/golangci-lint ``` + - [ ] Purge the GitHub Actions cache (as otherwise CI will use the previously built version of golangci-lint) + + ```shell + gh cache list -k pre-commit --json 'key' | jq -r '.[] | .key' | xargs -n1 gh cache delete + ``` + [docker-compose-build-workflow]: https://github.com/adbc-drivers/dev/actions/workflows/docker-build.yaml