We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24c2b66 commit d38273aCopy full SHA for d38273a
.github/workflows/test.yaml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
strategy:
9
matrix:
10
- go: [1.14.4]
+ go: ['1.19.7', '1.20.2']
11
steps:
12
- name: checkout
13
uses: actions/checkout@v2
CHANGELOG.md
@@ -3,6 +3,12 @@
3
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
4
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
5
6
+## [3.2.2] - 2023-03-12
+
+### Security
+- Upgrade dependencies
## [3.2.1] - 2022-10-10
14
### Security
0 commit comments