diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 7b7eb41f..ee049d72 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -24,7 +24,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v3 with: - go-version: ${{ steps.go_versions.outputs.go_version }} + go-version-file: "go.mod" id: go - name: Install test dependencies