We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2876ca commit b262f28Copy full SHA for b262f28
3 files changed
.github/workflows/code-coverage.yml
@@ -14,7 +14,7 @@ jobs:
14
name: Set up Go 1.x
15
uses: actions/setup-go@v2
16
with:
17
- go-version: 1.17.12
+ go-version: 1.18.4
18
-
19
name: Set up Python 3.8
20
uses: actions/setup-python@v2
.github/workflows/pr.yml
@@ -15,7 +15,7 @@ jobs:
21
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Set up Go 1.x
29
30
31
32
33
- name: Clone source code
34
uses: actions/checkout@v2
0 commit comments