Skip to content

Commit

Permalink
Fix CI job name
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Dec 9, 2024
1 parent 18e73d7 commit b07225e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
go-version: ["1.22", "1.23"]
name: Lint ${{ matrix.go-version == '1.23' && 'latest' || 'old' }}
name: Lint (${{ matrix.go-version == '1.23' && 'latest' || 'old' }})

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

0 comments on commit b07225e

Please sign in to comment.