Skip to content

Commit

Permalink
Update common Prometheus files (#582)
Browse files Browse the repository at this point in the history
Signed-off-by: prombot <[email protected]>
  • Loading branch information
prombot committed Jul 5, 2023
1 parent 884e6fc commit 5c54432
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
---
# This action is synced from https://github.com/prometheus/prometheus
name: golangci-lint
on:
push:
Expand All @@ -18,7 +20,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: install Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: 1.20.x
- name: Install snmp_exporter/generator dependencies
Expand All @@ -27,4 +29,4 @@ jobs:
- name: Lint
uses: golangci/[email protected]
with:
version: v1.51.2
version: v1.53.3

0 comments on commit 5c54432

Please sign in to comment.