Skip to content

Commit

Permalink
Add v162 release
Browse files Browse the repository at this point in the history
Since the changelog was not updated when #487 was released:

```
$ h buildpacks:versions heroku/go | head -n4
Version  Released At               Status
───────  ────────────────────────  ─────────
162      2022-05-23T19:42:06.208Z  published
161      2022-03-15T22:11:28.510Z  published
```
  • Loading branch information
edmorley committed Jun 1, 2022
1 parent 5fe8157 commit 5b5f865
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# Go Buildpack Changelog

## Unreleased
* Use the go version in `go.mod` if no `+heroku` comment is found (#378/#411)

## v162 (2022-03-23)
* Add go1.17.9
* Add go1.17.10
* Add go1.18.1
* Add go1.18.2
* go1.17 defaults to 1.17.10
* go1.18 defaults to 1.18.2
* Add Heroku-22 to the Circle CI test matrix.
* Use the go version in go.mod if no +heroku comment is found (#378)

## v161 (2022-03-15)
* Add go1.15.11
Expand Down

0 comments on commit 5b5f865

Please sign in to comment.