File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,13 @@ jobs:
21
21
fail-fast : false
22
22
matrix :
23
23
os : [ubuntu-latest, macos-latest, windows-latest]
24
+ go : ['1.16.x', '1.17.x', '1.18.x', '1.19.x']
24
25
steps :
25
26
- name : Install and run dependencies (xvfb libx11-dev)
26
27
if : ${{ runner.os == 'Linux' }}
27
28
run : |
28
29
sudo apt update
29
- 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
30
31
Xvfb :0 -screen 0 1024x768x24 > /dev/null 2>&1 &
31
32
# Wait for Xvfb
32
33
MAX_ATTEMPTS=120 # About 60 seconds
46
47
- uses : actions/setup-go@v2
47
48
with :
48
49
stable : ' false'
49
- go-version : ' 1.17.x '
50
+ go-version : ${{ matrix.go }}
50
51
51
52
- name : Run Tests with CGO_ENABLED=1
52
53
if : ${{ runner.os == 'Linux' || runner.os == 'macOS'}}
You can’t perform that action at this time.
0 commit comments