We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e5cd45 commit 72026a1Copy full SHA for 72026a1
.github/dependabot.yml
@@ -5,8 +5,5 @@ updates:
5
schedule:
6
interval: daily
7
time: '11:00'
8
- ignore:
9
- - dependency-name: golangci/golangci-lint-action
10
- update-types: ["version-update:semver-major"]
11
open-pull-requests-limit: 10
12
target-branch: "v8"
.github/workflows/golangci-lint.yml
@@ -3,6 +3,7 @@ name: golangci-lint
3
on:
4
push:
tags:
+ - "v9.*"
- "v8.*"
pull_request:
types:
@@ -11,6 +12,7 @@ on:
- synchronize
13
branches:
14
- main
15
+ - v9
16
- v8
17
paths-ignore:
18
- "doc/**"
@@ -29,7 +31,7 @@ jobs:
29
31
- name: Set up Go 1.x
30
32
uses: actions/setup-go@v5
33
with:
- go-version: '1.24.1'
34
+ go-version-file: go.mod
35
check-latest: true
36
- name: golangci-lint
37
uses: golangci/golangci-lint-action@v6
0 commit comments