File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
- name : Run linter
19
19
uses : golangci/golangci-lint-action@v6.1.1 # Action page: <https://github.com/golangci/golangci-lint-action>
20
20
with :
21
- version : v1.60 # without patch version
21
+ version : v1.62 # without patch version
22
22
only-new-issues : false # show only new issues if it's a pull request
23
23
args : --timeout=10m --build-tags=race
Original file line number Diff line number Diff line change @@ -164,10 +164,10 @@ jobs:
164
164
tags : |
165
165
spiralscout/velox:latest
166
166
spiralscout/velox:${{ steps.values.outputs.version }}
167
- spiralscout/velox:2024.2
167
+ spiralscout/velox:2024.3
168
168
spiralscout/velox:2024
169
169
170
170
ghcr.io/roadrunner-server/velox:latest
171
171
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
173
173
ghcr.io/roadrunner-server/velox:2024
Original file line number Diff line number Diff line change 1
1
[roadrunner ]
2
2
# ref -> reference, tag, commit or branch
3
- ref = " v2024.2.1 "
3
+ ref = " v2024.3.0 "
4
4
5
5
# the debug option is used to build RR with debug symbols to profile it with pprof
6
6
[debug ]
You can’t perform that action at this time.
0 commit comments