diff --git a/.github/workflows/pipelines.yml b/.github/workflows/pipelines.yml index f27e949..9590686 100644 --- a/.github/workflows/pipelines.yml +++ b/.github/workflows/pipelines.yml @@ -21,7 +21,8 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v4 with: - go-version: 'stable' + #go-version: 'stable' + go-version-file: 'go.mod' check-latest: true id: go @@ -68,7 +69,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v4 with: - go-version: 'stable' + go-version-file: 'go.mod' check-latest: true id: go