mirror of
https://github.com/RWejlgaard/octopus_exporter.git
synced 2026-07-04 13:56:17 +00:00
chore: updating golangci lint (#15)
* feat: making things a lot more proper * chore: update golangci lint
This commit is contained in:
parent
419f462300
commit
5f26d818b7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pr-check.yml
vendored
2
.github/workflows/pr-check.yml
vendored
|
|
@ -18,6 +18,6 @@ jobs:
|
||||||
run: go test -race ./...
|
run: go test -race ./...
|
||||||
|
|
||||||
- name: Lint
|
- name: Lint
|
||||||
uses: golangci/golangci-lint-action@v6
|
uses: golangci/golangci-lint-action@v7
|
||||||
with:
|
with:
|
||||||
version: latest
|
version: latest
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue