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 33cf701 commit e100610Copy full SHA for e100610
.github/workflows/coverage.yaml
@@ -7,10 +7,10 @@ jobs:
7
build:
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
11
12
- name: Set up Go
13
- uses: actions/setup-go@v4
+ uses: actions/setup-go@v5
14
with:
15
go-version: "1.21"
16
.github/workflows/test.yaml
@@ -12,10 +12,10 @@ jobs:
os: [ubuntu-latest, windows-latest, macOS-latest]
17
- name: Set up Go ${{ matrix.go_version }}
18
19
20
go-version: ${{ matrix.go_version }}
21
0 commit comments