Skip to content

Commit f99d96b

Browse files
author
hawjia.lim
committed
fix(e2e): fix e2e tests
1 parent 01437f9 commit f99d96b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Set up Go
3737
uses: actions/setup-go@v4
3838
with:
39-
go-version: '1.19'
39+
go-version: "1.20"
4040

4141
- name: Install Go dependencies
4242
run: |

0 commit comments

Comments
 (0)