diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 4316fb9..aa9a20d 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: name: Test runs-on: ubuntu-latest container: - image: golang:1.23-bookworm + image: golang:1.24-bookworm steps: - name: Install git run: apt-get update && apt-get install -y git ca-certificates @@ -41,7 +41,7 @@ jobs: name: Lint runs-on: ubuntu-latest container: - image: golang:1.23-bookworm + image: golang:1.24-bookworm steps: - name: Install git run: apt-get update && apt-get install -y git ca-certificates @@ -62,7 +62,7 @@ jobs: runs-on: ubuntu-latest needs: [test, lint] container: - image: golang:1.23-bookworm + image: golang:1.24-bookworm strategy: matrix: goos: [linux, darwin, windows] @@ -93,7 +93,7 @@ jobs: runs-on: ubuntu-latest needs: [test] container: - image: golang:1.23-bookworm + image: golang:1.24-bookworm steps: - name: Install git run: apt-get update && apt-get install -y git ca-certificates @@ -117,7 +117,7 @@ jobs: needs: [test, lint, build] if: startsWith(github.ref, 'refs/tags/v') container: - image: golang:1.23-bookworm + image: golang:1.24-bookworm steps: - name: Install tools run: |