File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 5
5
test :
6
6
strategy :
7
7
matrix :
8
- go : [ "1.22 ", "1.21 " ]
9
- os : [ ubuntu-22.04, ubuntu-20.04 ]
8
+ go : [ "1.23 ", "1.22 " ]
9
+ os : [ ubuntu-24.04, ubuntu- 22.04, ubuntu-20.04 ]
10
10
name : Tests Go ${{ matrix.go }} on ${{ matrix.os }} # This name is used in main branch protection rules
11
11
runs-on : ${{ matrix.os }}
12
12
51
51
strategy :
52
52
matrix :
53
53
mysql_version :
54
- - 8.0.37
55
- - 8.4.0
54
+ - 8.0.40
55
+ - 8.4.3
56
56
name : Tests with MySQL ${{ matrix.mysql_version }}
57
57
runs-on : ubuntu-latest
58
58
services :
78
78
- name : Install Go
79
79
uses : actions/setup-go@v5
80
80
with :
81
- go-version : " 1.22 "
81
+ go-version : " 1.23 "
82
82
- name : Run tests
83
83
run : |
84
84
# separate test to avoid RESET MASTER conflict
@@ -113,7 +113,7 @@ jobs:
113
113
- name : Install Go
114
114
uses : actions/setup-go@v5
115
115
with :
116
- go-version : " 1.22 "
116
+ go-version : " 1.23 "
117
117
118
118
- name : Build on ${{ matrix.os }}/${{ matrix.arch }}
119
119
run : GOARCH=${{ matrix.arch }} GOOS=${{ matrix.os }} go build ./...
You can’t perform that action at this time.
0 commit comments