diff --git a/.github/workflows/cgo.yml b/.github/workflows/cgo.yml index 3308e09e..ee12107a 100644 --- a/.github/workflows/cgo.yml +++ b/.github/workflows/cgo.yml @@ -15,9 +15,9 @@ jobs: os: [ubuntu-latest, macos-latest, windows-latest] steps: - name: Set up Go 1.x - uses: actions/setup-go@v2 + uses: actions/setup-go@v4 with: - go-version: '>= 1.20' + go-version: stable id: go - name: Check out code into the Go module directory diff --git a/.github/workflows/nocgo.yml b/.github/workflows/nocgo.yml index 588e42fb..8e13923a 100644 --- a/.github/workflows/nocgo.yml +++ b/.github/workflows/nocgo.yml @@ -15,9 +15,9 @@ jobs: os: [ubuntu-latest, macos-latest, windows-latest] steps: - name: Set up Go 1.x - uses: actions/setup-go@v2 + uses: actions/setup-go@v4 with: - go-version: '>= 1.20' + go-version: stable id: go - name: Check out code into the Go module directory