Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: v2024.3 #192

Merged
merged 1 commit into from
Dec 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- name: Run linter
uses: golangci/[email protected] # Action page: <https://github.com/golangci/golangci-lint-action>
with:
version: v1.60 # without patch version
version: v1.62 # without patch version
only-new-issues: false # show only new issues if it's a pull request
args: --timeout=10m --build-tags=race
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,10 @@ jobs:
tags: |
spiralscout/velox:latest
spiralscout/velox:${{ steps.values.outputs.version }}
spiralscout/velox:2024.2
spiralscout/velox:2024.3
spiralscout/velox:2024

ghcr.io/roadrunner-server/velox:latest
ghcr.io/roadrunner-server/velox:${{ steps.values.outputs.version }}
ghcr.io/roadrunner-server/velox:2024.2
ghcr.io/roadrunner-server/velox:2024.3
ghcr.io/roadrunner-server/velox:2024
2 changes: 1 addition & 1 deletion velox.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[roadrunner]
# ref -> reference, tag, commit or branch
ref = "v2024.2.1"
ref = "v2024.3.0"

# the debug option is used to build RR with debug symbols to profile it with pprof
[debug]
Expand Down
Loading