diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b366b73e..c62af8dc 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -13,11 +13,9 @@ jobs: name: Build And Test Go code runs-on: ubuntu-latest steps: - - name: Check out code into the Go module directory - uses: actions/checkout@v4 - - - name: Setup Go - uses: actions/setup-go@v5 + - uses: actions/checkout@v4 + + - uses: actions/setup-go@v5 with: go-version-file: go.mod