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 7b80063 commit 83b02a2Copy full SHA for 83b02a2
.github/workflows/coverage.yaml
@@ -12,7 +12,7 @@ jobs:
12
- name: Set up Go
13
uses: actions/setup-go@v5
14
with:
15
- go-version: "1.22"
+ go-version: "1.23"
16
17
- name: Test
18
run: go test -v ./... -coverprofile=coverage.out
.github/workflows/test.yaml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ${{ matrix.os }}
9
strategy:
10
matrix:
11
- go_version: ["1.20", "1.21", "1.22"]
+ go_version: ["1.21", "1.22", "1.23"]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
0 commit comments