Skip to content

Commit 6c18569

Browse files
authored
Merge pull request #1003 from prometheus/repo_sync
Synchronize common files from prometheus/prometheus
2 parents 868ec21 + 0291563 commit 6c18569

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2.1
22
orbs:
33
go: circleci/[email protected]
4-
prometheus: prometheus/prometheus@0.15.0
4+
prometheus: prometheus/prometheus@0.16.0
55
jobs:
66
test:
77
parameters:

.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)