diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 1dcf847..1a56d7d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -28,6 +28,9 @@ jobs: go run bootstrap.go install cd ./.. + - name: Checkout code into the Go module directory + uses: actions/checkout@v3 + - name: Print Go version and environment id: vars run: |