From bab497dcddd91d60e40ab68bd569fea06c3f33c2 Mon Sep 17 00:00:00 2001 From: Michele Giornetta Date: Thu, 4 Dec 2025 16:48:58 +0100 Subject: [PATCH] chore: upgrade to Go 1.24.11 to fix security vulnerabilities --- .github/workflows/go.yml | 6 +++--- go.mod | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index c240085b..43fecb03 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -15,7 +15,7 @@ jobs: - name: Install Go uses: actions/setup-go@v6 with: - go-version: ${{ vars.GO_VERSION || '1.24.9' }} + go-version: ${{ vars.GO_VERSION || '1.24.11' }} cache: true - name: Verify dependencies @@ -52,7 +52,7 @@ jobs: - name: Install Go uses: actions/setup-go@v6 with: - go-version: ${{ vars.GO_VERSION || '1.24.9' }} + go-version: ${{ vars.GO_VERSION || '1.24.11' }} cache: true - name: Run golangci-lint @@ -71,5 +71,5 @@ jobs: - name: Run govulncheck uses: golang/govulncheck-action@v1 with: - go-version-input: ${{ vars.GO_VERSION || '1.24.9' }} + go-version-input: ${{ vars.GO_VERSION || '1.24.11' }} go-package: ./... diff --git a/go.mod b/go.mod index 4a539596..4633810b 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -go 1.24.9 +go 1.24.11 module github.com/civo/cli