We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1fd9c2e + 758a245 commit f631e67Copy full SHA for f631e67
1 file changed
.github/workflows/push.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@v4
16
- name: Setup go
17
- uses: actions/setup-go@v4
+ uses: actions/setup-go@v6
18
with:
19
go-version-file: go.mod
20
- run: go test -v ./...
0 commit comments