mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-25 12:39:50 +02:00
ci: fix lint workflow
This commit is contained in:
parent
d630d38788
commit
fb50ef1eb3
1 changed files with 5 additions and 3 deletions
8
.github/workflows/lint.yaml
vendored
8
.github/workflows/lint.yaml
vendored
|
@ -15,12 +15,14 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753
|
- uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version: 1.20.x
|
go-version: 1.20.x
|
||||||
|
cache: false
|
||||||
|
|
||||||
- run: make deps-build
|
- run: make deps-build
|
||||||
|
|
||||||
- uses: golangci/golangci-lint-action@08e2f20817b15149a52b5b3ebe7de50aff2ba8c5
|
- uses: golangci/golangci-lint-action@v3.5.0
|
||||||
with:
|
with:
|
||||||
|
version: v1.52
|
||||||
args: --timeout=10m
|
args: --timeout=10m
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue