Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…er/blob/master/.github/workflows/golangci-lint.yml

Signed-off-by: Conall O'Brien <conall@conall.net>
  • Loading branch information
conallob committed May 16, 2023
1 parent 1a35fa6 commit ceb5a6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ 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.18.x
go-version: 1.20.x
- name: Install snmp_exporter/generator dependencies
run: sudo apt-get update && sudo apt-get -y install libsnmp-dev
if: github.repository == 'prometheus/snmp_exporter'
- name: Lint
uses: golangci/golangci-lint-action@v3.4.0
with:
version: v1.50.1
version: v1.51.2

0 comments on commit ceb5a6f

Please sign in to comment.