We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08c7757 commit 26c7979Copy full SHA for 26c7979
.github/workflows/coverage.yml
@@ -17,7 +17,7 @@ jobs:
17
id: go
18
19
- name: Check out code into the Go module directory
20
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
21
22
- name: Get dependencies
23
run: go get -v -t -d ./...
.github/workflows/linux.yml
run: go version
.github/workflows/windows.yml
@@ -14,7 +14,7 @@ jobs:
14
15
16
0 commit comments