Skip to content

Commit

Permalink
[#192]: release: v2024.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rustatian authored Dec 5, 2024
2 parents df5d6b7 + af26ec1 commit 09dbbda
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/golangci-lint-action@v6.1.1 # 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 09dbbda

Please sign in to comment.