ci: Bump tag-release golangci-lint to v8 #35
Reference in New Issue
Block a user
Delete Branch "ash/ci-modernize-sms"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
.gitea/workflows/tag-release.yamlLint togolangci/golangci-lint-action@v8+version: v2.13.2+args: --timeout=5m(parity with push-ci / PR CI; fixes Go 1.27 vs golangci go1.24 failure).needs: [lint, test]on the release job so publish cannot race ahead of a failing lint.--releaselinux+windows builds + upload-artifact.gitea.com/actions/release-action+secrets.RELEASE_TOKENwithhttps://gitea.com/actions/gitea-release-action@v1, jobpermissions: contents: write, andenv.GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}(automatic job token; empty Actions secrets UI is normal). No custom RELEASE_TOKEN..golangci.ymladapted from steamcache2 v2 skeleton (timeout 5m, modules-download-mode readonly, misspell; no steamcache path excludes; gosec deferred).No GoReleaser. Do not rename
master.Issue
Fixes #34
Test plan
v*tag and confirm Lint passes and release uploads only after lint+test via gitea-release-action@v15e4a10c573to5b2affec8d