Skip to content

Commit

Permalink
ci: run lint on go 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Oct 9, 2024
1 parent d9e5394 commit a047281
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: ["1.22"]
name: Lint ${{ matrix.go-version == '1.22' && '(latest)' || '(old)' }}
go-version: ["1.22", "1.23"]
name: Lint ${{ matrix.go-version == '1.23' && '(latest)' || '(old)' }}

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit a047281

Please sign in to comment.