Skip to content

Commit 827d2c9

Browse files
authored
github: drop 1.16 from ci
1 parent 1e9af7a commit 827d2c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hotkey.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
os: [ubuntu-latest, macos-latest, windows-latest]
24-
go: ['1.16.x', '1.17.x', '1.18.x', '1.19.x']
24+
go: ['1.17.x', '1.18.x', '1.19.x']
2525
steps:
2626
- name: Install and run dependencies (xvfb libx11-dev)
2727
if: ${{ runner.os == 'Linux' }}

0 commit comments

Comments
 (0)