From 322e10dcb5e41b284c6873b9b0fbce2b8a6a57c6 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sat, 20 Dec 2025 09:39:26 +1100 Subject: [PATCH] Use even newer Go version --- .github/workflows/cd.yml | 2 +- .github/workflows/ci.yml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 0ed9387b..baee58cf 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -16,7 +16,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v6 with: - go-version: 1.22.x + go-version: 1.24.x - name: Run goreleaser uses: goreleaser/goreleaser-action@v1 with: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index caae44f8..309b2486 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,7 @@ name: Continuous Integration env: - GO_VERSION: 1.22 + GO_VERSION: 1.24 on: push: @@ -27,7 +27,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v6 with: - go-version: 1.22.x + go-version: 1.24.x - name: Cache build uses: actions/cache@v4 with: @@ -49,7 +49,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v6 with: - go-version: 1.22.x + go-version: 1.24.x - name: Cache build uses: actions/cache@v4 with: @@ -77,7 +77,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v6 with: - go-version: 1.22.x + go-version: 1.24.x - name: Cache build uses: actions/cache@v4 with: @@ -104,7 +104,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v6 with: - go-version: 1.22.x + go-version: 1.24.x - name: Cache build uses: actions/cache@v4 with: