Skip to content

Commit e3b3bac

Browse files
committed
chore: prepare release
1 parent 9b10709 commit e3b3bac

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ on:
44
tags:
55
- v*
66

7+
permissions:
8+
# Allow the workflow to write attestations.
9+
id-token: write
10+
attestations: write
11+
712
jobs:
813
release:
914
runs-on: ubuntu-latest
@@ -80,6 +85,8 @@ jobs:
8085
- uses: actions/attest-build-provenance@v3
8186
with:
8287
subject-checksums: ./dist/golangci-lint-*-checksums.txt
88+
github-token: ${{ secrets.GOLANGCI_LINT_TOKEN }}
8389
- uses: actions/attest-build-provenance@v3
8490
with:
8591
subject-checksums: ./dist/digests.txt
92+
github-token: ${{ secrets.GOLANGCI_LINT_TOKEN }}

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ If you value it, consider supporting us, we appreciate it!
1010

1111
### v2.6.0
1212

13+
1. Linters bug fixes
14+
* `copyloopvar`: from 1.2.1 to 1.2.2
15+
* `go-critic`: from 0.14.0 to 0.14.2
16+
17+
### v2.6.0
18+
1319
1. New linters
1420
* Add `modernize` analyzer suite
1521
2. Linters new features or changes

0 commit comments

Comments
 (0)