File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 55 test :
66 strategy :
77 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 ]
1010 name : Tests Go ${{ matrix.go }} on ${{ matrix.os }} # This name is used in main branch protection rules
1111 runs-on : ${{ matrix.os }}
1212
5151 strategy :
5252 matrix :
5353 mysql_version :
54- - 8.0.37
55- - 8.4.0
54+ - 8.0.40
55+ - 8.4.3
5656 name : Tests with MySQL ${{ matrix.mysql_version }}
5757 runs-on : ubuntu-latest
5858 services :
7878 - name : Install Go
7979 uses : actions/setup-go@v5
8080 with :
81- go-version : " 1.22 "
81+ go-version : " 1.23 "
8282 - name : Run tests
8383 run : |
8484 # separate test to avoid RESET MASTER conflict
@@ -113,7 +113,7 @@ jobs:
113113 - name : Install Go
114114 uses : actions/setup-go@v5
115115 with :
116- go-version : " 1.22 "
116+ go-version : " 1.23 "
117117
118118 - name : Build on ${{ matrix.os }}/${{ matrix.arch }}
119119 run : GOARCH=${{ matrix.arch }} GOOS=${{ matrix.os }} go build ./...
You can’t perform that action at this time.
0 commit comments