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.
2 parents 7b7cbe3 + f06f82b commit e82787eCopy full SHA for e82787e
.github/workflows/ci.yaml
@@ -15,12 +15,12 @@ jobs:
15
matrix:
16
os: [ubuntu, macos, windows]
17
golang: ['1.23', '1.24']
18
- # currently, we cannot run non-x86_64 machines on Github Actions cloud env.
+ # currently, we cannot run non-x86_64 machines on GitHub Actions cloud env.
19
runs-on: ${{ matrix.os }}-latest
20
name: CI golang ${{ matrix.golang }} on ${{ matrix.os }}
21
steps:
22
- - uses: actions/checkout@v2
23
- - uses: actions/setup-go@v2
+ - uses: actions/checkout@v4
+ - uses: actions/setup-go@v5
24
with:
25
go-version: ${{ matrix.golang }}
26
- name: Test
0 commit comments