mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-05 02:48:05 +02:00
ci: fix lint workflow (#4229)
This commit is contained in:
parent
2803f3949c
commit
5d5456063e
1 changed files with 3 additions and 1 deletions
4
.github/workflows/lint.yaml
vendored
4
.github/workflows/lint.yaml
vendored
|
@ -18,9 +18,11 @@ jobs:
|
||||||
- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9
|
- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9
|
||||||
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@5f1fec7010f6ae3b84ea4f7b2129beb8639b564f
|
||||||
with:
|
with:
|
||||||
|
version: v1.52
|
||||||
args: --timeout=10m
|
args: --timeout=10m
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue