Skip to content

Commit 77bd274

Browse files
committed
Fix go version string
Signed-off-by: Dongri Jin <[email protected]>
1 parent c3f652d commit 77bd274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/minitoken-besu-ethereum.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Go 1.20
2525
uses: actions/setup-go@v3
2626
with:
27-
go-version: 1.20
27+
go-version: "1.20"
2828
- name: Use Node.js 18
2929
uses: actions/setup-node@v3
3030
with:

0 commit comments

Comments
 (0)