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 a109302 commit 2fc4898Copy full SHA for 2fc4898
.github/workflows/build.yml
@@ -28,7 +28,7 @@ jobs:
28
29
steps:
30
- name: Set up ${{ matrix.go-version }}
31
- uses: actions/setup-go@v4
+ uses: actions/setup-go@v5
32
with:
33
go-version: ${{ matrix.go-version }}
34
.github/workflows/doctests.yaml
@@ -29,7 +29,7 @@ jobs:
35
0 commit comments