2
.github/actions/setup/action.yaml
vendored
2
.github/actions/setup/action.yaml
vendored
@@ -15,7 +15,7 @@ runs:
|
|||||||
- if: inputs.go == 'true'
|
- if: inputs.go == 'true'
|
||||||
uses: "actions/setup-go@v6"
|
uses: "actions/setup-go@v6"
|
||||||
with:
|
with:
|
||||||
go-version: "1.26.2"
|
go-version: "1.26.3"
|
||||||
cache: true
|
cache: true
|
||||||
- if: inputs.go == 'true'
|
- if: inputs.go == 'true'
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
@@ -4,6 +4,10 @@ All notable changes to the `prb` CLI will be documented in this file.
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
### Security
|
||||||
|
|
||||||
|
- Upgrade go to 1.26.3
|
||||||
|
|
||||||
## [0.183.0] - 2026-05-07
|
## [0.183.0] - 2026-05-07
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
@@ -4,6 +4,10 @@ All notable changes to `probod-bootstrap` will be documented in this file.
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
### Security
|
||||||
|
|
||||||
|
- Upgrade go to 1.26.3
|
||||||
|
|
||||||
## [0.1.0] - 2026-04-27
|
## [0.1.0] - 2026-04-27
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
@@ -4,6 +4,10 @@ All notable changes to `probod` (the server, including the bundled `@probo/conso
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
### Security
|
||||||
|
|
||||||
|
- Upgrade go to 1.26.3
|
||||||
|
|
||||||
## [0.184.1] - 2026-05-08
|
## [0.184.1] - 2026-05-08
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ export LIMA_CIDATA_USER
|
|||||||
|
|
||||||
export DEBIAN_FRONTEND=noninteractive
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
GO_VERSION="1.26.2"
|
GO_VERSION="1.26.3"
|
||||||
NODE_MAJOR=24
|
NODE_MAJOR=24
|
||||||
NPM_VERSION="11.8.0"
|
NPM_VERSION="11.8.0"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user