File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 9
9
strategy :
10
10
fail-fast : false
11
11
matrix :
12
- go-version : ['1.19.x', 'stable']
12
+ go-version : ['', 'stable']
13
+ go-version-file : ' go.mod'
13
14
include :
14
15
- os : ubuntu-latest
15
16
runner : xvfb-run
Original file line number Diff line number Diff line change 9
9
strategy :
10
10
fail-fast : false
11
11
matrix :
12
- go-version : ['1.19.x', 'stable']
12
+ go-version : ['', 'stable']
13
+ go-version-file : ' go.mod'
13
14
os : [ubuntu-latest, macos-latest]
14
15
include :
15
16
- os : ubuntu-latest
Original file line number Diff line number Diff line change 15
15
persist-credentials : false
16
16
- uses : actions/setup-go@v5
17
17
with :
18
- go-version : ' 1.19.x '
18
+ go-version-file : ' go.mod '
19
19
20
20
- name : Get dependencies
21
21
run : sudo apt-get update && sudo apt-get install gcc libgl1-mesa-dev libegl1-mesa-dev libgles2-mesa-dev libx11-dev xorg-dev
You can’t perform that action at this time.
0 commit comments