Skip to content

Commit 789f633

Browse files
authored
github: test 1.18 and 1.19 (#34)
1 parent bdc0e49 commit 789f633

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/clipboard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
os: [ubuntu-latest, macos-latest, windows-latest]
24-
go: [ '1.16.x', '1.17.x' ]
24+
go: ['1.16.x', '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' }}
2828
run: |
2929
sudo apt update
30-
sudo apt install -y xvfb libx11-dev libegl1-mesa-dev libgles2-mesa-dev
30+
sudo apt install -y xvfb libx11-dev x11-utils libegl1-mesa-dev libgles2-mesa-dev
3131
Xvfb :0 -screen 0 1024x768x24 > /dev/null 2>&1 &
3232
# Wait for Xvfb
3333
MAX_ATTEMPTS=120 # About 60 seconds

0 commit comments

Comments
 (0)