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 6bd836f commit 3de1c61Copy full SHA for 3de1c61
.github/workflows/go.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ubuntu-latest
19
strategy:
20
matrix:
21
- go: ['1.17.x', '1.18.x']
+ go: ['1.17.x', '1.18.x', '1.19.x']
22
steps:
23
- run: sudo apt-get -qq update
24
- name: Install libsystemd-dev
0 commit comments