Skip to content

Commit

Permalink
(chore): Upgrade go version (#3151)
Browse files Browse the repository at this point in the history
* update go version

* update base version

* update changelog
  • Loading branch information
Haotian authored Apr 4, 2023
1 parent 3d9dbd3 commit 482cc68
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.19.4
1.19.8
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ Canonical reference for changes, improvements, and bugfixes for Boundary.

## Next

## 0.12.2 (2023/04/04)

### Security

* Boundary now uses Go 1.19.8 to address CVE-2023-24536. See the
[Go announcement](https://groups.google.com/g/golang-announce/c/Xdv6JL9ENs8) for
more details.

## 0.12.1 (2023/03/13)

### Bug Fixes

* cli: Fix fallback parsing of un-typed credentials for `boundary connect`.
Expand Down
2 changes: 1 addition & 1 deletion version/version_base.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ var (

// Version is the base version
// Default values - set when building locally (at build time)
Version = "0.12.1"
Version = "0.12.2"

// VersionPrerelease is also set at compile time, similarly to Version.
VersionPrerelease string
Expand Down

0 comments on commit 482cc68

Please sign in to comment.