Skip to content

Commit c24e1ca

Browse files
authored
Use Go 1.18 (#5)
Signed-off-by: 1gtm <[email protected]>
1 parent 127215b commit c24e1ca

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
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Go 1.x
1818
uses: actions/setup-go@v2
1919
with:
20-
go-version: ^1.17
20+
go-version: ^1.18
2121
id: go
2222

2323
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)