diff --git a/.github/workflows/go-release.yml b/.github/workflows/go-release.yml index fc218124..db12fcb4 100644 --- a/.github/workflows/go-release.yml +++ b/.github/workflows/go-release.yml @@ -12,7 +12,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v3 with: - go-version: '^1.20' + go-version: '^1.21' - name: Check out code into the Go module directory uses: actions/checkout@v3 diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 8210d31d..624b7cfe 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -9,7 +9,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v3 with: - go-version: '^1.20' + go-version: '^1.21' - name: Check out code into the Go module directory uses: actions/checkout@v3 - name: Cache go module