Skip to content

Commit e2aed49

Browse files
committed
Use go1.18 in CI as well
1 parent 21fcfce commit e2aed49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
on:
2+
on:
33
- push
44
- pull_request
55
name: Test
@@ -10,7 +10,7 @@ jobs:
1010
- name: Install Go
1111
uses: actions/setup-go@v2
1212
with:
13-
go-version: 1.16.x
13+
go-version: 1.18.x
1414
- name: Checkout code
1515
uses: actions/checkout@v2
1616
- name: Test

0 commit comments

Comments
 (0)