Rename fdo_client binary to go-fdo-client (#11) #2
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: Test | |
| on: | |
| push: | |
| branches: | |
| - main | |
| pull_request: | |
| jobs: | |
| go: | |
| name: Test Go packages | |
| runs-on: ubuntu-latest | |
| container: | |
| image: golang:alpine | |
| steps: | |
| - name: Check out repository code | |
| uses: actions/checkout@v4 |