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.
1 parent f1d4670 commit a82f479Copy full SHA for a82f479
.github/workflows/main.yml
@@ -10,13 +10,13 @@ jobs:
10
strategy:
11
matrix:
12
os: [ubuntu-latest, macos-latest, windows-latest]
13
- go: [1.18.x, 1.19.x, 1.20.x]
+ go: [stable, oldstable]
14
runs-on: ${{ matrix.os }}
15
steps:
16
- - uses: actions/setup-go@v4
+ - uses: actions/setup-go@v5
17
with:
18
go-version: ${{ matrix.go }}
19
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
20
21
fetch-depth: 0
22
- run: make
0 commit comments