diff --git a/.github/workflows/go-build.yml b/.github/workflows/go-build.yml index a55aab5..4a2279f 100644 --- a/.github/workflows/go-build.yml +++ b/.github/workflows/go-build.yml @@ -16,7 +16,8 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 with: - go-version: '1.20' + go-version-file: go.mod + cache: true - name: Build run: go build -v ./...