diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 2fca279..2be0748 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -10,14 +10,12 @@ jobs: name: Test runs-on: ubuntu-latest steps: + - uses: actions/checkout@v4 + - name: Set up Go 1.16 - uses: actions/setup-go@v3 + uses: actions/setup-go@v5 with: go-version: 1.16 - id: go - - - name: Check out code into the Go module directory - uses: actions/checkout@v3 - name: Test run: go test -v