Skip to content

Commit 09dbbda

Browse files
authored
[#192]: release: v2024.3
2 parents df5d6b7 + af26ec1 commit 09dbbda

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/linters.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
- name: Run linter
1919
uses: golangci/golangci-lint-action@v6.1.1 # Action page: <https://github.com/golangci/golangci-lint-action>
2020
with:
21-
version: v1.60 # without patch version
21+
version: v1.62 # without patch version
2222
only-new-issues: false # show only new issues if it's a pull request
2323
args: --timeout=10m --build-tags=race

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -164,10 +164,10 @@ jobs:
164164
tags: |
165165
spiralscout/velox:latest
166166
spiralscout/velox:${{ steps.values.outputs.version }}
167-
spiralscout/velox:2024.2
167+
spiralscout/velox:2024.3
168168
spiralscout/velox:2024
169169
170170
ghcr.io/roadrunner-server/velox:latest
171171
ghcr.io/roadrunner-server/velox:${{ steps.values.outputs.version }}
172-
ghcr.io/roadrunner-server/velox:2024.2
172+
ghcr.io/roadrunner-server/velox:2024.3
173173
ghcr.io/roadrunner-server/velox:2024

velox.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[roadrunner]
22
# ref -> reference, tag, commit or branch
3-
ref = "v2024.2.1"
3+
ref = "v2024.3.0"
44

55
# the debug option is used to build RR with debug symbols to profile it with pprof
66
[debug]

0 commit comments

Comments
 (0)