We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf72ad0 commit a0b15daCopy full SHA for a0b15da
1 file changed
.github/workflows/test.yml
@@ -9,7 +9,7 @@ jobs:
9
- name: Install Go
10
uses: actions/setup-go@v5
11
with:
12
- go-version: 1.20
+ go-version: '1.20'
13
cache: false
14
- name: Test
15
run: go test ./...
0 commit comments