Skip to content

Commit

Permalink
Update to Go 1.15.0 toolchain.
Browse files Browse the repository at this point in the history
  • Loading branch information
novabyte committed Aug 31, 2020
1 parent 32f15e7 commit d9c2aeb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,15 @@ The format is based on [keep a changelog](http://keepachangelog.com) and this pr
- New runtime multi-update function.

### Changed
- Build with Go 1.15.0 release.
- Sanitize metric names and properties fields.
- Wallet operations now use int64 values for all numeric operations.
- Update to nakama-common 1.7.3 release.

### Fixed
- Prevent bad presence list input to dispatcher message broadcasts from causing unexpected errors.
- Fix an issue in the Lua runtime nk module's `jwt_generate` function that would prevent it from accepting a key in 'RS256' format.
- Fix an issue in the Lua runtime nk module's `rsaSHA256Hash` function that would prevent it from parsing the input private key.
- Fix an issue in the Lua runtime nk module's `rsaSHA256Hash` function that would prevent it from parsing the input private key.

## [2.12.0] - 2020-05-25
### Added
Expand Down
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# docker build "$PWD" --build-arg commit="$(git rev-parse --short HEAD)" --build-arg version=v2.1.1 -t heroiclabs/nakama:2.1.1
# docker build "$PWD" --build-arg commit="$(git rev-parse --short HEAD)" --build-arg version="v2.1.1-$(git rev-parse --short HEAD)" -t heroiclabs/nakama-prerelease:"2.1.1-$(git rev-parse --short HEAD)"

FROM golang:1.14.3-buster as builder
FROM golang:1.15.0-buster as builder

ARG commit
ARG version
Expand Down
2 changes: 1 addition & 1 deletion build/pluginbuilder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# docker build "$PWD" --file ./Dockerfile.pluginbuilder --build-arg commit="$(git rev-parse --short HEAD)" --build-arg version=v2.1.1 -t heroiclabs/nakama-pluginbuilder:2.1.1
# docker build "$PWD" --file ./Dockerfile.pluginbuilder --build-arg commit="$(git rev-parse --short HEAD)" --build-arg version="v2.1.1-$(git rev-parse --short HEAD)" -t heroiclabs/nakama-prerelease:"2.1.1-$(git rev-parse --short HEAD)"

FROM golang:1.14.3-buster as builder
FROM golang:1.15.0-buster as builder

MAINTAINER Heroic Labs <[email protected]>

Expand Down

0 comments on commit d9c2aeb

Please sign in to comment.