Skip to content

Commit fead645

Browse files
committed
fix: upgrade CI Go version to 1.19
1 parent 1089d55 commit fead645

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
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set up Go
3232
uses: actions/setup-go@v2
3333
with:
34-
go-version: 1.14
34+
go-version: 1.19
3535

3636
- uses: actions/checkout@v2
3737
- name: Run Unit tests

0 commit comments

Comments
 (0)