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 1e9af7a commit 827d2c9Copy full SHA for 827d2c9
.github/workflows/hotkey.yml
@@ -21,7 +21,7 @@ jobs:
21
fail-fast: false
22
matrix:
23
os: [ubuntu-latest, macos-latest, windows-latest]
24
- go: ['1.16.x', '1.17.x', '1.18.x', '1.19.x']
+ go: ['1.17.x', '1.18.x', '1.19.x']
25
steps:
26
- name: Install and run dependencies (xvfb libx11-dev)
27
if: ${{ runner.os == 'Linux' }}
0 commit comments