diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 3d7ec6a..8d037ce 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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