Skip to content

Commit 41d56c6

Browse files
authored
[Maintenance] Update dependencies and enhance documentation (#258)
* chore(go): update dependencies. * chore(go): add llm context. * chore(gh): update golang-ci-lint action. * chore(ci): remove golang-ci-lint settings. * chore(ci): fix golangci findings.
1 parent b5a64b2 commit 41d56c6

File tree

12 files changed

+1075
-157
lines changed

12 files changed

+1075
-157
lines changed

.github/workflows/go.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ jobs:
6565
go-version: "1.24"
6666
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6767
- name: Lint code
68-
uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6.5.2
68+
uses: golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47 # v9.0.0
6969
with:
70-
version: v1.64.8
70+
version: v2.6.1
7171
working-directory: .
7272
only-new-issues: false
7373
args: --timeout=10m
@@ -101,7 +101,7 @@ jobs:
101101
- name: Setup gotestsum
102102
uses: autero1/action-gotestsum@7263b9d73912eec65f46337689e59fac865c425f # v2.0.0
103103
with:
104-
gotestsum_version: "1.12.1"
104+
gotestsum_version: "1.13.0"
105105
- name: Run tests
106106
run: gotestsum --format short-verbose ./...
107107

@@ -134,7 +134,7 @@ jobs:
134134
- name: Setup gotestsum
135135
uses: autero1/action-gotestsum@7263b9d73912eec65f46337689e59fac865c425f # v2.0.0
136136
with:
137-
gotestsum_version: "1.12.1"
137+
gotestsum_version: "1.13.0"
138138
- name: Run tests
139139
run: gotestsum --format short-verbose ./...
140140

@@ -167,6 +167,6 @@ jobs:
167167
- name: Setup gotestsum
168168
uses: autero1/action-gotestsum@7263b9d73912eec65f46337689e59fac865c425f # v2.0.0
169169
with:
170-
gotestsum_version: "1.12.1"
170+
gotestsum_version: "1.13.0"
171171
- name: Run tests
172172
run: gotestsum --format short-verbose ./...

.golangci.yml

Lines changed: 0 additions & 93 deletions
This file was deleted.

0 commit comments

Comments
 (0)