diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index c2136885..2e379abc 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -11,14 +11,14 @@ jobs: runs-on: ubuntu-latest steps: - - name: Set up Go 1.x - uses: actions/setup-go@v4 - with: - go-version: 1.21 - - name: Check out code into the Go module directory uses: actions/checkout@v4 + - name: Set up Go 1.x + uses: actions/setup-go@v5 + with: + go-version-file: go.mod + - name: Get dependencies run: go get -v -t -d ./...