diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index d81cdf6..97211cf 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.19 + go-version-file: go.mod - name: Lint run: make lint