Skip to content

Commit 72026a1

Browse files
committed
Undo lint changes
1 parent 3e5cd45 commit 72026a1

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,5 @@ updates:
55
schedule:
66
interval: daily
77
time: '11:00'
8-
ignore:
9-
- dependency-name: golangci/golangci-lint-action
10-
update-types: ["version-update:semver-major"]
118
open-pull-requests-limit: 10
129
target-branch: "v8"

.github/workflows/golangci-lint.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: golangci-lint
33
on:
44
push:
55
tags:
6+
- "v9.*"
67
- "v8.*"
78
pull_request:
89
types:
@@ -11,6 +12,7 @@ on:
1112
- synchronize
1213
branches:
1314
- main
15+
- v9
1416
- v8
1517
paths-ignore:
1618
- "doc/**"
@@ -29,7 +31,7 @@ jobs:
2931
- name: Set up Go 1.x
3032
uses: actions/setup-go@v5
3133
with:
32-
go-version: '1.24.1'
34+
go-version-file: go.mod
3335
check-latest: true
3436
- name: golangci-lint
3537
uses: golangci/golangci-lint-action@v6

0 commit comments

Comments
 (0)