Skip to content

Commit b4b3fcf

Browse files
mrj0ccoVeille
andauthored
add 1.25 and remove 1.23 from testing (Vinovest#15)
* add 1.25 and remove 1.23 from testing * bump gotestsum for 1.25 fixes * use oldstable and stable Co-authored-by: ccoVeille <3875889+ccoVeille@users.noreply.github.com> * change the rest of the version tags --------- Co-authored-by: ccoVeille <3875889+ccoVeille@users.noreply.github.com>
1 parent c54207a commit b4b3fcf

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
go-version: [1.23.10, 1.24.4]
16+
go-version: [oldstable, stable]
1717
services:
1818
postgres:
1919
image: postgres:17.4
@@ -44,8 +44,8 @@ jobs:
4444
- name: Run tests
4545
run: |
4646
mkdir -p /tmp/test-reports
47-
# gotestsum hash is version version v1.12.1
48-
go run gotest.tools/gotestsum@3f7ff0ec4aeb6f95f5d67c998b71f272aa8a8b41 --junitfile /tmp/test-reports/unit-tests.xml
47+
# gotestsum hash is version version v1.12.3
48+
go run gotest.tools/gotestsum@ddd0b05a6878e2e8257a2abe6e7df66cebc53d0e --junitfile /tmp/test-reports/unit-tests.xml
4949
make test-examples
5050
- uses: actions/upload-artifact@v4
5151
name: Upload test results
@@ -59,14 +59,14 @@ jobs:
5959
chart: true
6060
amend: true
6161
if: |
62-
matrix.go-version == '1.24.4'
62+
matrix.go-version == 'stable'
6363
continue-on-error: true
6464

6565
test-race:
6666
runs-on: ubuntu-latest
6767
strategy:
6868
matrix:
69-
go-version: [1.23.10, 1.24.4]
69+
go-version: [oldstable, stable]
7070
steps:
7171
- uses: actions/checkout@v3
7272
- name: Set up Go
@@ -89,7 +89,7 @@ jobs:
8989
runs-on: ubuntu-latest
9090
strategy:
9191
matrix:
92-
go-version: [1.23.10, 1.24.4]
92+
go-version: [oldstable, stable]
9393
steps:
9494
- uses: actions/checkout@v3
9595
- name: Set up Go
@@ -116,7 +116,7 @@ jobs:
116116
runs-on: ubuntu-latest
117117
strategy:
118118
matrix:
119-
go-version: [1.23.10, 1.24.4]
119+
go-version: [oldstable, stable]
120120
steps:
121121
- uses: actions/checkout@v3
122122
- name: Set up Go

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SQLX_MYSQL_DSN = "root:password@tcp(127.0.0.1:3306)/test"
66
SQLX_POSTGRES_DSN = "user=user password=password dbname=postgres host=localhost sslmode=disable"
77

88
[tools]
9-
"go" = { version = "1.23.8" }
9+
go = "1.25.1"
1010
"go:honnef.co/go/tools/cmd/staticcheck" = { version = "v0.6.1" }
1111
"go:golang.org/x/vuln/cmd/govulncheck" = { version = "v1.1.4" }
1212
"go:golang.org/x/tools/cmd/goimports" = { version = "v0.20.0" }

0 commit comments

Comments
 (0)