mirror of
https://github.com/foomo/keel.git
synced 2025-10-16 12:35:34 +00:00
chore: fix folder
This commit is contained in:
parent
21c238e39a
commit
eb0f49165a
3
.github/workflows/checks.yml
vendored
3
.github/workflows/checks.yml
vendored
@ -32,7 +32,8 @@ jobs:
|
||||
needs: go_matrix
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix: ${{ fromJson(needs.go_matrix.outputs.matrix) }}
|
||||
matrix:
|
||||
folder: ${{ fromJson(needs.go_matrix.outputs.matrix) }}
|
||||
env:
|
||||
GOFLAGS: -mod=readonly
|
||||
GOPROXY: https://proxy.golang.org
|
||||
|
||||
Loading…
Reference in New Issue
Block a user