Skip to content

Commit 883d85d

Browse files
authored
Update go_all_static.yml
Signed-off-by: Jianwei Mao <maojianwei2016@126.com>
1 parent a184b5b commit 883d85d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go_all_static.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
os: ["windows-latest", "ubuntu-latest", "ubuntu-22.04", "ubuntu-20.04", "macos-latest"]
22-
go-version: ["1.24", "1.23", "1.22", "1.21", "1.20", "1.19", "1.18"]
21+
os: ["windows-latest", "ubuntu-latest", "ubuntu-22.04", "ubuntu-24.04", "macos-latest"]
22+
go-version: ["1.25", "1.24", "1.23", "1.22", "1.21", "1.20", "1.19", "1.18"]
2323
runs-on: ${{ matrix.os }}
2424
steps:
2525
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)