Skip to content

Commit d38273a

Browse files
committed
Upgrade changelog and ci
1 parent 24c2b66 commit d38273a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
go: [1.14.4]
10+
go: ['1.19.7', '1.20.2']
1111
steps:
1212
- name: checkout
1313
uses: actions/checkout@v2

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
44
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
55

6+
## [3.2.2] - 2023-03-12
7+
8+
### Security
9+
10+
- Upgrade dependencies
11+
612
## [3.2.1] - 2022-10-10
713

814
### Security

0 commit comments

Comments
 (0)