Skip to content

Commit a047281

Browse files
committed
ci: run lint on go 1.23
1 parent d9e5394 commit a047281

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
go-version: ["1.22"]
12-
name: Lint ${{ matrix.go-version == '1.22' && '(latest)' || '(old)' }}
11+
go-version: ["1.22", "1.23"]
12+
name: Lint ${{ matrix.go-version == '1.23' && '(latest)' || '(old)' }}
1313

1414
steps:
1515
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)