We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PRC
UTC
1 parent dbcc9ad commit 7b1cae4Copy full SHA for 7b1cae4
1 file changed
.github/workflows/test.yml
@@ -3,13 +3,12 @@ name: test
3
on:
4
push
5
env:
6
- TZ: "PRC"
+ TZ: "UTC"
7
jobs:
8
-
9
test:
10
strategy:
11
matrix:
12
- vm-os: [ubuntu-latest, macos-latest]
+ vm-os: [ubuntu-latest, macos-latest, windows-latest]
13
runs-on: ${{ matrix.vm-os }}
14
15
GO111MODULE: on
@@ -18,7 +17,7 @@ jobs:
18
17
- name: Set up go
19
uses: actions/setup-go@v5
20
with:
21
- go-version: '>=1.18.0'
+ go-version: '>=1.21.0'
22
23
- name: Checkout repository
24
uses: actions/checkout@v4
0 commit comments