Skip to content

Commit

Permalink
Update Go runtime to 1.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoriano committed Apr 3, 2024
1 parent b2a24cd commit 63c1811
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.21.7
1.22.2
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Bugfixes

* Fix context propagation in APM transaction for watcher backend process. [#1150](https://github.com/elastic/package-registry/pull/1150) [#1152](https://github.com/elastic/package-registry/pull/1152)
* Update Go Runtime to 1.22.2. [#1170](https://github.com/elastic/package-registry/issues/1170)

### Added

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# It expects packages to be mounted under /packages/package-registry or have a config file loaded into /package-registry/config.yml

# Build binary
ARG GO_VERSION=1.21.7
ARG GO_VERSION=1.22.2
FROM --platform=${BUILDPLATFORM:-linux} golang:${GO_VERSION} AS builder

COPY ./ /package-registry
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/elastic/package-registry

go 1.21.0
go 1.22.0

require (
cloud.google.com/go/storage v1.40.0
Expand Down

0 comments on commit 63c1811

Please # to comment.