diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8811b64..b391647 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,13 +10,13 @@ jobs: build: name: Build - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - - name: Set up Go 1.20 + - name: Set up Go 1.23 uses: actions/setup-go@v2 with: - go-version: '1.20' + go-version: '1.23' id: go - name: Check out code into the Go module directory