diff options
author | Valery Piashchynski <[email protected]> | 2023-04-13 16:03:55 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2023-04-13 16:03:55 +0200 |
commit | 9e24049361f0d4ab9d025af1daf26ea071b2385c (patch) | |
tree | 870b5fca3d42f6b2ac81d7f92a55b862a16008f6 /.github/workflows | |
parent | 50ab0634736b8f78c718a3e074aec3a05afef51a (diff) |
release: v2023.1.0
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/tests.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 694a4d5b..c4d65db4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -41,7 +41,7 @@ jobs: - name: Run linter uses: golangci/[email protected] with: - version: v1.51 # without patch version + version: v1.52 # without patch version only-new-issues: false # show only new issues if it's a pull request args: -v --build-tags=race --timeout=10m @@ -119,7 +119,7 @@ jobs: LDFLAGS: -s -X github.com/roadrunner-server/roadrunner/v2023/internal/meta.version=${{ steps.values.outputs.version }} -X github.com/roadrunner-server/roadrunner/v2023/internal/meta.buildTime=${{ steps.values.outputs.timestamp }} - run: go build -trimpath -ldflags "$LDFLAGS" -o ./rr ./cmd/rr + run: go build -pgo=roadrunner.pprof -trimpath -ldflags "$LDFLAGS" -o ./rr ./cmd/rr - name: Try to execute if: matrix.os == 'linux' |