Skip to content

Commit 0126986

Browse files
dveedenlance6716
andauthored
CI: Update Go, MySQL and Ubuntu versions (#954)
* CI: Update Go, MySQL and Ubuntu versions * Trigger Build --------- Co-authored-by: lance6716 <[email protected]>
1 parent 611e959 commit 0126986

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ jobs:
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

@@ -51,8 +51,8 @@ jobs:
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:
@@ -78,7 +78,7 @@ jobs:
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 ./...

0 commit comments

Comments
 (0)