Skip to content

Commit

Permalink
Update Go runtime to 1.17.6 (#788)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoriano authored Jan 25, 2022
1 parent 8c5627a commit 5eb874b
Show file tree
Hide file tree
Showing 3 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.17.3
1.17.6
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Bugfixes

* Fix panic when opening specially crafted Zip file. [#764](https://github.com/elastic/package-registry/pull/764)
* Fix unbounded memory issue when handling HTTP/2 requests. [#788](https://github.com/elastic/package-registry/pull/788)

### Added

* Update APM Go Agent to 1.14.0. [#759](https://github.com/elastic/package-registry/pull/759)
* Update Gorilla to 1.8.0. [#759](https://github.com/elastic/package-registry/pull/759)
* Support package signatures. [#760](https://github.com/elastic/package-registry/pull/760)
* Update Go runtime to 1.17.3. [#764](https://github.com/elastic/package-registry/pull/764)
* Update Go runtime to 1.17.6. [#788](https://github.com/elastic/package-registry/pull/788)
* Use Ubuntu LTS as base image instead of CentOS [#787](https://github.com/elastic/package-registry/pull/787)

### Deprecated
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.17.3
ARG GO_VERSION=1.17.6
FROM golang:${GO_VERSION} AS builder

ENV GO111MODULE=on
Expand Down

0 comments on commit 5eb874b

Please sign in to comment.