From 47f327b7bda41a1bdcdfe836b61761e07341ad53 Mon Sep 17 00:00:00 2001 From: Jake Date: Thu, 20 Aug 2026 15:14:48 +0100 Subject: [PATCH 1/2] chore: update to go 1.27 --- .github/actions/setup-common/action.yaml | 2 +- .github/workflows/create-ske-pre-release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup-common/action.yaml b/.github/actions/setup-common/action.yaml index 04c2c59..bed4811 100644 --- a/.github/actions/setup-common/action.yaml +++ b/.github/actions/setup-common/action.yaml @@ -74,7 +74,7 @@ runs: - name: Install Go uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0 with: - go-version: 1.26 + go-version: 1.27 check-latest: true cache-dependency-path: ${{ inputs.path }}/go.sum diff --git a/.github/workflows/create-ske-pre-release.yaml b/.github/workflows/create-ske-pre-release.yaml index 3c9cb81..b402c89 100644 --- a/.github/workflows/create-ske-pre-release.yaml +++ b/.github/workflows/create-ske-pre-release.yaml @@ -24,7 +24,7 @@ jobs: - name: Install Go uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0 with: - go-version: 1.26 + go-version: 1.27 check-latest: true - name: Set up Docker (pinned) uses: docker/setup-docker-action@77e84dbf09b47d1e29270283c22f16145aa85ca1 # v5.4.0 From f65bbb319eea1f3dbb01a041c8845919de25f03f Mon Sep 17 00:00:00 2001 From: Jake Date: Thu, 20 Aug 2026 16:15:49 +0100 Subject: [PATCH 2/2] chore: bump golangcilint --- .github/workflows/test-kratix.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-kratix.yaml b/.github/workflows/test-kratix.yaml index de3c367..61384fa 100644 --- a/.github/workflows/test-kratix.yaml +++ b/.github/workflows/test-kratix.yaml @@ -43,7 +43,7 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v9.3.0 with: - version: v2.11 + version: v2.13.0 working-directory: kratix args: --config=${{ github.workspace }}/kratix/.golangci-required.yml - name: Unit Tests