From 3580e04b8d2523f8e08abea9a0bf5cbe148d3037 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sat, 20 Dec 2025 09:25:03 +1100 Subject: [PATCH] Use new 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 64ba4d7c..0ed9387b 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.21.x + go-version: 1.22.x - name: Run goreleaser uses: goreleaser/goreleaser-action@v1 with: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f70d6753..caae44f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,7 @@ name: Continuous Integration env: - GO_VERSION: 1.21 + GO_VERSION: 1.22 on: push: @@ -27,7 +27,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v6 with: - go-version: 1.21.x + go-version: 1.22.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.21.x + go-version: 1.22.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.21.x + go-version: 1.22.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.21.x + go-version: 1.22.x - name: Cache build uses: actions/cache@v4 with: