We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e92048d commit 36c495eCopy full SHA for 36c495e
.github/workflows/ci-testing.yml
@@ -9,7 +9,7 @@ jobs:
9
- name: Set up Go
10
uses: actions/setup-go@v3
11
with:
12
- go-version: 1.18
+ go-version: 1.19
13
- name: Cache Go modules
14
uses: actions/cache@preview
15
@@ -35,7 +35,7 @@ jobs:
35
36
37
38
39
40
41
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
24
25
26
27
- name: Import GPG key
28
id: import_gpg
29
uses: paultyng/[email protected]
VERSION
@@ -1 +1 @@
1
-v2.0.0
+v2.0.1
0 commit comments