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 4c80099 commit 0ee2b60Copy full SHA for 0ee2b60
.github/workflows/coverage.yaml
@@ -12,7 +12,7 @@ jobs:
12
- name: Set up Go
13
uses: actions/setup-go@v4
14
with:
15
- go-version: "1.20"
+ go-version: "1.21"
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.18", "1.19", "1.20"]
+ go_version: ["1.19", "1.20", "1.21"]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
0 commit comments