There was an error while loading. Please reload this page.
1 parent 895727b commit d275c03Copy full SHA for d275c03
.github/workflows/build.yml
@@ -4,7 +4,7 @@ jobs:
4
build:
5
strategy:
6
matrix:
7
- go-version: [1.19.x, 1.20.x, 1.21.x]
+ go-version: [1.19.x, 1.20.x, 1.21.x, 1.22.x]
8
runs-on: ubuntu-latest
9
steps:
10
- uses: actions/checkout@v4
.github/workflows/test.yml
test:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
@@ -26,7 +26,7 @@ jobs:
26
needs: test
27
28
29
30
31
32
0 commit comments