Skip to content

Commit 2a8c749

Browse files
committed
Merge branch 'main' into network-manager
2 parents 270b2e0 + 72362ce commit 2a8c749

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)