File tree Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 1
1
version : 2.1
2
2
orbs :
3
3
4
- prometheus : prometheus/prometheus@0.15 .0
4
+ prometheus : prometheus/prometheus@0.16 .0
5
5
jobs :
6
6
test :
7
7
parameters :
Original file line number Diff line number Diff line change 9
9
- " .github/workflows/golangci-lint.yml"
10
10
- " .golangci.yml"
11
11
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"
19
12
20
13
jobs :
21
14
golangci :
24
17
steps :
25
18
- name : Checkout repository
26
19
uses : actions/checkout@v3
27
-
20
+ - name : install Go
21
+ uses : actions/setup-go@v2
22
+ with :
23
+ go-version : 1.17.x
28
24
- name : Lint
29
- uses : golangci/golangci-lint-action@v2
25
+ uses : golangci/golangci-lint-action@v3.1.0
30
26
with :
31
27
version : v1.44.2
You can’t perform that action at this time.
0 commit comments