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 e1ae4ff commit ef39579Copy full SHA for ef39579
.github/workflows/run-tests.yml
@@ -53,7 +53,7 @@ jobs:
53
- name: setup-go
54
uses: actions/setup-go@v3
55
with:
56
- go-version: 1.20
+ go-version: '1.20'
57
- name: set-env-vars
58
run: |
59
echo "HOME=/actions-runner" >> $GITHUB_ENV
@@ -70,7 +70,7 @@ jobs:
70
71
72
73
74
75
76
@@ -93,7 +93,7 @@ jobs:
93
94
95
96
97
- name: install-dependencies
98
99
sudo apt-get update
0 commit comments