diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 859fc91..112f362 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -20,14 +20,14 @@ jobs: runs-on: ubuntu-latest steps: - - name: Set up Go 1.x - uses: actions/setup-go@v3 - with: - go-version: ^1.18 - - name: Check out code into the Go module directory uses: actions/checkout@v3 + - name: Set up Go + uses: actions/setup-go@v3 + with: + go-version-file: "go.mod" + - name: Test run: make test-ci