Upgrade go to 1.26.4

Signed-off-by: Émile Ré <emile@probo.com>
This commit is contained in:
Émile Ré
2026-06-03 16:39:43 +02:00
parent 4553407591
commit 2221dc688a
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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"

2
go.mod
View File

@@ -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