diff --git a/.github/workflows/go-update.yml b/.github/workflows/go-update.yml index 326b5fc..99e547b 100644 --- a/.github/workflows/go-update.yml +++ b/.github/workflows/go-update.yml @@ -10,7 +10,7 @@ jobs: - name: Setup Go 1.x.y uses: actions/setup-go@main with: - go-version: ^1.20 + go-version: '1.20' stable: true - name: Checkout codebase diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b40a226..bac4ed2 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -17,7 +17,7 @@ jobs: uses: actions/setup-go@v4 id: go with: - go-version: ^1.20 + go-version: '1.20' stable: true - name: Check out code into the Go module directory