mirror of
https://github.com/zitadel/zitadel.git
synced 2025-02-28 21:57:23 +00:00
test
This commit is contained in:
parent
d85a154008
commit
562eada22a
@ -24,7 +24,7 @@ issues:
|
||||
run:
|
||||
concurrency: 4
|
||||
timeout: 10m
|
||||
go: '1.22'
|
||||
go: '1.24'
|
||||
linters:
|
||||
enable:
|
||||
# Simple linter to check that your code does not contain non-ASCII identifiers [fast: true, auto-fix: false]
|
||||
|
@ -41,7 +41,7 @@ COPY .git/ ./.git/
|
||||
RUN golangci-lint run \
|
||||
--timeout 10m \
|
||||
--config ./.golangci.yaml \
|
||||
--out-format=github-actions \
|
||||
--out-format=colored-line-number \
|
||||
--concurrency=$(getconf _NPROCESSORS_ONLN)
|
||||
|
||||
FROM base AS unit-test
|
||||
|
Loading…
x
Reference in New Issue
Block a user