We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1221cb commit cbea4deCopy full SHA for cbea4de
.github/workflows/release.yaml
@@ -15,7 +15,7 @@ jobs:
15
- name: Install Go
16
uses: actions/setup-go@v4
17
with:
18
- go-version: 1.20
+ go-version: "1.20"
19
- name: Test
20
run: go build -v && go test ./...
21
- name: Build for linux/amd64
.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
22
23
- name: Go Mod Tidy
24
run: go mod tidy
25
0 commit comments