Skip to content

Commit 0154b9b

Browse files
author
nukosuke
authored
chore: add support for golang 1.20 / drop 1.15 (#275)
1 parent 8532250 commit 0154b9b

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
@@ -7,11 +7,11 @@ jobs:
77
strategy:
88
matrix:
99
go-version:
10-
- 1.15.x
1110
- 1.16.x
1211
- 1.17.x
1312
- 1.18.x
1413
- 1.19.x
14+
- 1.20.x
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Set up Go 1.x

0 commit comments

Comments
 (0)