2
.github/actions/setup/action.yaml
vendored
2
.github/actions/setup/action.yaml
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user