Upgrade go to 1.26.3

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-05-08 13:46:14 +04:00
parent 1452db2db2
commit ba918c01ab
6 changed files with 15 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.2"
go-version: "1.26.3"
cache: true
- if: inputs.go == 'true'
shell: bash

View File

@@ -4,6 +4,10 @@ All notable changes to the `prb` CLI will be documented in this file.
## Unreleased
### Security
- Upgrade go to 1.26.3
## [0.183.0] - 2026-05-07
### Added

View File

@@ -4,6 +4,10 @@ All notable changes to `probod-bootstrap` will be documented in this file.
## Unreleased
### Security
- Upgrade go to 1.26.3
## [0.1.0] - 2026-04-27
### Added

View File

@@ -4,6 +4,10 @@ All notable changes to `probod` (the server, including the bundled `@probo/conso
## Unreleased
### Security
- Upgrade go to 1.26.3
## [0.184.1] - 2026-05-08
### Changed

View File

@@ -11,7 +11,7 @@ export LIMA_CIDATA_USER
export DEBIAN_FRONTEND=noninteractive
GO_VERSION="1.26.2"
GO_VERSION="1.26.3"
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.2
go 1.26.3
require (
codeberg.org/miekg/dns v0.6.73