Skip to content

Commit e457c0a

Browse files
committed
Update common Prometheus files
Signed-off-by: prombot <[email protected]>
1 parent 0e1254b commit e457c0a

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@ on:
99
- ".github/workflows/golangci-lint.yml"
1010
- ".golangci.yml"
1111
pull_request:
12-
paths:
13-
- "go.sum"
14-
- "go.mod"
15-
- "**.go"
16-
- "scripts/errcheck_excludes.txt"
17-
- ".github/workflows/golangci-lint.yml"
18-
- ".golangci.yml"
1912

2013
jobs:
2114
golangci:
@@ -24,8 +17,11 @@ jobs:
2417
steps:
2518
- name: Checkout repository
2619
uses: actions/checkout@v3
27-
20+
- name: install Go
21+
uses: actions/setup-go@v2
22+
with:
23+
go-version: 1.17.x
2824
- name: Lint
29-
uses: golangci/golangci-lint-action@v2
25+
uses: golangci/golangci-lint-action@v3.1.0
3026
with:
3127
version: v1.44.2

0 commit comments

Comments
 (0)