Skip to content

Commit 4e3541d

Browse files
authoredJan 31, 2024
fix: fixed syntax error in workflow file (frain-dev#1904)
1 parent cb35111 commit 4e3541d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/release-ee.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- uses: actions/setup-go@v2
5151
name: Setup go
5252
with:
53-
go-version: 1.20
53+
go-version: '1.20'
5454

5555
- uses: docker/setup-qemu-action@v3
5656
name: Set up QEMU

‎.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- uses: actions/setup-go@v2
5151
name: Setup go
5252
with:
53-
go-version: 1.20
53+
go-version: '1.20'
5454

5555
- uses: docker/setup-qemu-action@v3
5656
name: Set up QEMU

0 commit comments

Comments
 (0)