We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bee7594 commit bfbae17Copy full SHA for bfbae17
.github/workflows/linters.yml
@@ -30,5 +30,5 @@ jobs:
30
- name: Run linter
31
uses: golangci/golangci-lint-action@v3 # Action page: <https://github.com/golangci/golangci-lint-action>
32
with:
33
- version: v1.51 # without patch version
+ version: v1.54 # without patch version
34
only-new-issues: false # show only new issues if it's a pull request
go.mod
@@ -1,6 +1,8 @@
1
module github.com/roadrunner-server/goridge/v3
2
3
-go 1.20
+go 1.21
4
+
5
+toolchain go1.21.0
6
7
require (
8
github.com/goccy/go-json v0.10.2
0 commit comments