Skip to content

Commit c2644c5

Browse files
committed
ci: add testing with 1.16/1.17/1.18
1 parent 5080ed3 commit c2644c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
strategy:
2121
matrix:
22-
go: ['1.14', '1.15']
22+
go: ['1.14', '1.15', '1.16', '1.17', '1.18']
2323
steps:
2424
- run: sudo apt-get -qq update
2525
- name: Install libsystemd-dev

0 commit comments

Comments
 (0)