We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5080ed3 commit c2644c5Copy full SHA for c2644c5
.github/workflows/go.yml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ubuntu-latest
20
strategy:
21
matrix:
22
- go: ['1.14', '1.15']
+ go: ['1.14', '1.15', '1.16', '1.17', '1.18']
23
steps:
24
- run: sudo apt-get -qq update
25
- name: Install libsystemd-dev
0 commit comments