Dispatch to specific strconv formatters rather than %v for printing flag/arg types
#551
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: CI | |
| on: | |
| pull_request: | |
| push: | |
| branches: | |
| - main | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.head_ref || github.ref }} | |
| cancel-in-progress: true | |
| permissions: {} | |
| jobs: | |
| ci: | |
| name: CI | |
| permissions: | |
| contents: read | |
| uses: FollowTheProcess/ci/.github/workflows/Go.yml@v4 |