Skip to content

Commit

Permalink
Upgrade changelog and ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aarondl committed Mar 13, 2023
1 parent 24c2b66 commit d38273a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [1.14.4]
go: ['1.19.7', '1.20.2']
steps:
- name: checkout
uses: actions/checkout@v2
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [3.2.2] - 2023-03-12

### Security

- Upgrade dependencies

## [3.2.1] - 2022-10-10

### Security
Expand Down

0 comments on commit d38273a

Please sign in to comment.