Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfb09c37

Browse files
committed
chore: prepare release
1 parenta817841 commitfb09c37

File tree

5 files changed

+5117
-8
lines changed

5 files changed

+5117
-8
lines changed

‎.github/workflows/pr-tests.yml‎

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ jobs:
3939
# ex:
4040
# - 1.18beta1 -> 1.18.0-beta.1
4141
# - 1.18rc1 -> 1.18.0-rc.1
42-
# TODO(ldez) must be changed after the first release of golangci-lint with go1.24
43-
# go-version: ${{ env.GO_VERSION }}
44-
go-version:'1.24'
42+
go-version:${{ env.GO_VERSION }}
4543
-name:lint
4644
uses:golangci/golangci-lint-action@v8.0.0
4745
with:

‎CHANGELOG.md‎

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,35 @@ If you value it, consider supporting us, we appreciate it!
88

99
<!-- START --->
1010

11+
###v2.6.0
12+
13+
1. New linters
14+
* Add`modernize` analyzer suite
15+
2. Linters new features or changes
16+
*`arangolint`: from 0.2.0 to 0.3.1
17+
*`dupword`: from 0.1.6 to 0.1.7 (new option`comments-only`)
18+
*`go-critic`: from 0.13.0 to 0.14.0 (new rules/checkers:`zeroByteRepeat`,`dupOption`)
19+
*`gofumpt`: from 0.9.1 to 0.9.2 ("clothe" naked returns is now controlled by the`extra-rules` option)
20+
*`perfsprint`: from 0.9.1 to 0.10.0 (new options:`concat-loop`,`loop-other-ops`)
21+
*`wsl`: from 5.2.0 to 5.3.0
22+
3. Linters bug fixes
23+
*`dupword`: from 0.1.6 to 0.1.7
24+
*`durationcheck`: from 0.0.10 to 0.0.11
25+
*`exptostd`: from 0.4.4 to 0.4.5
26+
*`fatcontext`: from 0.8.1 to 0.9.0
27+
*`forbidigo`: from 2.1.0 to 2.3.0
28+
*`ginkgolinter`: from 0.21.0 to 0.21.2
29+
*`godoc-lint`: from 0.10.0 to 0.10.1
30+
*`gomoddirectives`: from 0.7.0 to 0.7.1
31+
*`gosec`: from 2.22.8 to 2.22.10
32+
*`makezero`: from 2.0.1 to 2.1.0
33+
*`nilerr`: from 0.1.1 to 0.1.2
34+
*`paralleltest`: from 1.0.14 to 1.0.15
35+
*`protogetter`: from 0.3.16 to 0.3.17
36+
*`unparam`: from 0df0534333a4 to 5beb8c8f8f15
37+
4. Misc.
38+
* fix: ignore some files to hash the version for custom build
39+
1140
###v2.5.0
1241

1342
1. New linters

‎docs/assets/css/custom.css‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
}
4343

4444
.hextra-banner {
45-
background:#6BB43A;
46-
background:linear-gradient(135deg,rgba(107,180,58,1)0%,rgba(29,253,253,1)50%,rgba(69,145,252,1)100%);
47-
color:var(--hx-color-slate-900);
45+
background:#833AB4;
46+
background:linear-gradient(90deg,rgba(131,58,180,1)0%,rgba(253,29,29,1)50%,rgba(252,176,69,1)100%);
47+
/*color: var(--hx-color-slate-900);*/
4848
}
4949

5050
.extra-banner-close-button {

‎docs/hugo.yaml‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,10 @@ params:
8383
description:Golangci-lint is a fast linters runner for Go.
8484

8585
banner:
86-
key:'announcement-v2_4'
86+
key:'banner-2025-001'
8787
message:|
88-
New golangci-lint release ([v2.4](/docs/product/changelog/)) with support of Go 1.25 🎉🎉🎉 It's time to [support us](/docs/donate/) to keep golangci-lint always up to date!
88+
If golangci-lint is useful for you, please consider [supporting us](/docs/donate/)!
89+
You are the only one who can make a difference!
8990
9091
navbar:
9192
displayTitle:true

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp