Skip to content

Commit fc6ab59

Browse files
committed
chore: update linters + template
Signed-off-by: Valery Piashchynski <piashchynski.valery@gmail.com>
1 parent 6c2e05b commit fc6ab59

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/linters.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
go-version: stable
1717

1818
- name: Run linter
19-
uses: golangci/golangci-lint-action@v6.3.2 # Action page: <https://github.com/golangci/golangci-lint-action>
19+
uses: golangci/golangci-lint-action@v6.3.3 # Action page: <https://github.com/golangci/golangci-lint-action>
2020
with:
21-
version: v1.62 # without patch version
21+
version: v1.64 # 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

builder/templates/templateV2024.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package templates
33
const GoModTemplateV2024 string = `
44
module github.com/roadrunner-server/roadrunner/{{.ModuleVersion}}
55
6-
go 1.22
6+
go 1.24
77
88
require (
99
github.com/buger/goterm v1.0.4

0 commit comments

Comments
 (0)