mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-04 09:19:39 +02:00
tools: add tools.go to pin go run apps (#2344)
* tools: add tools.go to pin go run apps * remove deps-lint
This commit is contained in:
parent
e23d42b070
commit
4ecb43454d
5 changed files with 121 additions and 20 deletions
1
.github/workflows/test.yaml
vendored
1
.github/workflows/test.yaml
vendored
|
@ -37,7 +37,6 @@ jobs:
|
|||
~/Library/Caches/go-build
|
||||
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
|
||||
restore-keys: ${{ runner.os }}-go-
|
||||
- run: make deps-lint
|
||||
- run: make deps-build
|
||||
- name: Lint
|
||||
if: runner.os == 'Linux'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue