Skip to content

Commit cbea4de

Browse files
fix go version (#1735)
1 parent c1221cb commit cbea4de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install Go
1616
uses: actions/setup-go@v4
1717
with:
18-
go-version: 1.20
18+
go-version: "1.20"
1919
- name: Test
2020
run: go build -v && go test ./...
2121
- name: Build for linux/amd64

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install Go
2020
uses: actions/setup-go@v4
2121
with:
22-
go-version: 1.20
22+
go-version: "1.20"
2323
- name: Go Mod Tidy
2424
run: go mod tidy
2525
- name: Test

0 commit comments

Comments
 (0)