Skip to content

Commit bfbae17

Browse files
committed
chore: go1.21
Signed-off-by: Valery Piashchynski <[email protected]>
1 parent bee7594 commit bfbae17

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ jobs:
3030
- name: Run linter
3131
uses: golangci/golangci-lint-action@v3 # Action page: <https://github.com/golangci/golangci-lint-action>
3232
with:
33-
version: v1.51 # without patch version
33+
version: v1.54 # without patch version
3434
only-new-issues: false # show only new issues if it's a pull request

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module github.com/roadrunner-server/goridge/v3
22

3-
go 1.20
3+
go 1.21
4+
5+
toolchain go1.21.0
46

57
require (
68
github.com/goccy/go-json v0.10.2

0 commit comments

Comments
 (0)