Skip to content

Commit 1eb1f6b

Browse files
committed
ci: Fix go version in release workflow
Signed-off-by: Dev <[email protected]>
1 parent 0a311b4 commit 1eb1f6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Go
1818
uses: actions/setup-go@v3
1919
with:
20-
go-version: 1.20
20+
go-version: "1.20"
2121

2222
- name: Checkout code
2323
uses: actions/checkout@v3
@@ -36,7 +36,7 @@ jobs:
3636
- name: Set up Go
3737
uses: actions/setup-go@v3
3838
with:
39-
go-version: 1.20
39+
go-version: "1.20"
4040

4141
- name: Checkout code
4242
uses: actions/checkout@v3

0 commit comments

Comments
 (0)