Skip to content

Commit a8e68b0

Browse files
committed
fix lint
1 parent 254c9c3 commit a8e68b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v4
3131
- uses: actions/setup-go@v5
3232
with:
33-
go-version: 1.22
33+
go-version: 1.23
3434
check-latest: true
3535
- uses: technote-space/[email protected]
3636
id: git_diff
@@ -72,7 +72,7 @@ jobs:
7272
- name: Setup go
7373
uses: actions/setup-go@v5
7474
with:
75-
go-version: 1.22
75+
go-version: 1.23
7676
check-latest: true
7777
- run: |
7878
go mod tidy

0 commit comments

Comments
 (0)