Skip to content

Rename fdo_client binary to go-fdo-client (#11) #2

Rename fdo_client binary to go-fdo-client (#11)

Rename fdo_client binary to go-fdo-client (#11) #2

Workflow file for this run

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