diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 48b31967..7f18eceb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,13 +16,13 @@ concurrency: jobs: build: name: Build - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - - name: Set up Go 1.21 + - name: Set up Go 1.23 uses: actions/setup-go@v1 with: - go-version: '1.21' + go-version: '1.23' id: go - uses: actions/checkout@v2