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