Skip to content
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.25.7
1.26.1

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would use for now Golang 1.25.8.
We also have the go.mod that sets go 1.25.0
https://github.com/elastic/package-spec/blob/3e48996fb4c8a34ef105b0487fe689b8ab69000f/go.mod#L3

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

vulnerabilities are fixed at 1.26.1, shall we update all to 1.26 then or not fix them?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

my mistake, i was running with 1.26. changing to 1.25.8

5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [unreleased](https://github.com/elastic/package-registry/compare/v1.36.0...main)
## [1.37.0](https://github.com/elastic/package-registry/compare/v1.37.0...main)
Comment thread
teresaromero marked this conversation as resolved.
Outdated

### Breaking changes

### Bugfixes

* Update Go runtime to 1.26.1 [TBD](https://github.com/elastic/package-registry/pull/1613)
Comment thread
mrodm marked this conversation as resolved.
Outdated

### Added

* Support for referencing inputs and streams by `package`: `type` (for inputs) and `input` (for streams) are no longer required when `package` is set (format_version 3.6.0+, aligns with package-spec and composable packages). [#1605](https://github.com/elastic/package-registry/pull/1605)
Expand All @@ -19,7 +21,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Known Issues


## [v1.36.0](https://github.com/elastic/package-registry/compare/v1.35.0...v1.36.0)

### Breaking changes
Expand Down