Skip to content

Commit

Permalink
github/workflows: fix job name
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed Jan 4, 2025
1 parent ddeb1c4 commit 35f10fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- ubuntu
- windows

name: tests (${{ matrix.os }}/go-${{ matrix.go_version }}
name: tests (${{ matrix.os }}/go-${{ matrix.go_version }})
runs-on: ${{ matrix.os }}-latest
steps:
- uses: actions/checkout@v4.2.2
Expand Down

0 comments on commit 35f10fe

Please sign in to comment.