From 2221dc688a48f992adfe1e7af97f991e88eed623 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20R=C3=A9?= Date: Wed, 3 Jun 2026 16:39:43 +0200 Subject: [PATCH] Upgrade go to 1.26.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Émile Ré --- .github/actions/setup/action.yaml | 2 +- contrib/lima/provision.sh | 2 +- go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/setup/action.yaml b/.github/actions/setup/action.yaml index 5674efd2e..2bdb5acbc 100644 --- a/.github/actions/setup/action.yaml +++ b/.github/actions/setup/action.yaml @@ -15,7 +15,7 @@ runs: - if: inputs.go == 'true' uses: "actions/setup-go@v6" with: - go-version: "1.26.3" + go-version: "1.26.4" cache: true - if: inputs.go == 'true' shell: bash diff --git a/contrib/lima/provision.sh b/contrib/lima/provision.sh index d1adc1bda..432fb7811 100755 --- a/contrib/lima/provision.sh +++ b/contrib/lima/provision.sh @@ -11,7 +11,7 @@ export LIMA_CIDATA_USER export DEBIAN_FRONTEND=noninteractive -GO_VERSION="1.26.3" +GO_VERSION="1.26.4" NODE_MAJOR=24 NPM_VERSION="11.8.0" diff --git a/go.mod b/go.mod index 2e8502726..30b7623b0 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module go.probo.inc/probo -go 1.26.3 +go 1.26.4 require ( codeberg.org/miekg/dns v0.6.79