Skip to content

Commit 72362ce

Browse files
authored
Bumped linting to go 1.23 e golangci-lint to 1.60 (#132)
1 parent d8c594f commit 72362ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ jobs:
1717
- name: Setup Go
1818
uses: actions/setup-go@v4
1919
with:
20-
go-version: "1.21"
20+
go-version: "1.23"
2121
cache: false
2222

2323
- name: golangci-lint
2424
uses: golangci/[email protected]
2525
with:
2626
only-new-issues: true
27-
version: v1.54.2
27+
version: v1.60
2828
args: --timeout=900s
2929

3030
gomodtidy:

0 commit comments

Comments
 (0)