mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-09-11 03:47:57 +08:00
test(core): use stable Go in build test workflow
This commit is contained in:
parent
ea58d22869
commit
21d6ea2bbc
6
.github/workflows/go-build-test.yml
vendored
6
.github/workflows/go-build-test.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
go_version: ["1.25.x"]
|
||||
go_version: ["stable"]
|
||||
|
||||
steps:
|
||||
- name: Checkout Server repository
|
||||
@ -188,7 +188,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
go_version: ["1.25.x"]
|
||||
go_version: ["stable"]
|
||||
|
||||
steps:
|
||||
- name: Checkout Server repository
|
||||
@ -237,7 +237,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
go_version: ["1.25.x"]
|
||||
go_version: ["stable"]
|
||||
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user