diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 96061c5..f56c31d 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.20 + - name: Set up Go 1.23 uses: actions/setup-go@v1 with: - go-version: '1.20' + go-version: '1.23' id: go - uses: actions/checkout@v2