Skip to content

Commit

Permalink
release: v2024.3
Browse files Browse the repository at this point in the history
Signed-off-by: Valery Piashchynski <[email protected]>
  • Loading branch information
rustatian committed Dec 5, 2024
1 parent df5d6b7 commit af26ec1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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

0 comments on commit af26ec1

Please sign in to comment.