We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30e25eb commit e909a51Copy full SHA for e909a51
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Set up Go
15
uses: actions/setup-go@v2
16
with:
17
- go-version: 1.14
+ go-version: 1.17
18
- name: Import GPG key
19
id: import_gpg
20
uses: paultyng/[email protected]
CHANGELOG.md
@@ -1,10 +1,12 @@
1
# Changes
2
3
-## 0.3.1 (unreleased)
+## 0.3.2 (unreleased)
4
5
- Add `function_arns` attribute reference
6
7
+## 0.3.1 (2022-06-15)
8
9
+- upgraded to Go version 1.17 to trigger building arm64 builds
10
## 0.3.0 (2020-10-26)
11
12
- Add support for custom environment variables
0 commit comments