Skip to content

Commit

Permalink
Merge pull request #283 from mitchellh/master
Browse files Browse the repository at this point in the history
Master
  • Loading branch information
mitchellh committed Apr 23, 2022
2 parents 1f85f72 + 627ea8a commit bf980b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.15.x]
go-version: [1.18.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
## 1.5.1

* Wrap errors so they're compatible with `errors.Is` and `errors.As` [GH-282]
* Fix map of slices not decoding properly in certain cases. [GH-266]

## 1.5.0

* New option `IgnoreUntaggedFields` to ignore decoding to any fields
Expand Down

0 comments on commit bf980b3

Please sign in to comment.