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 bbd7228 commit 2775bc7Copy full SHA for 2775bc7
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
- name: Set up Go
11
uses: actions/setup-go@v3
12
with:
13
- go-version: 1.20
+ go-version: "1.20"
14
- name: Get Dependencies
15
run: go get -v
16
- name: Build
0 commit comments