Skip to content

Commit 808774d

Browse files
authored
feat: fix CI workflow to use the correct go version (#70)
1 parent c1cb7f7 commit 808774d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Go
1818
uses: actions/setup-go@v2
1919
with:
20-
go-version: 1.14
20+
go-version: '1.20'
2121

2222
- name: Start MongoDB
2323
uses: supercharge/mongodb-github-action@1.7.0

0 commit comments

Comments
 (0)