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 eb6bef0 commit 5c4385aCopy full SHA for 5c4385a
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ${{ matrix.platform }}
15
steps:
16
- name: Install Go
17
- uses: actions/setup-go@v3
+ uses: actions/setup-go@v4
18
with:
19
go-version: ${{ matrix.go-version }}
20
- name: Install staticcheck
@@ -25,7 +25,7 @@ jobs:
25
run: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
26
shell: bash
27
- name: Checkout code
28
- uses: actions/checkout@v1
+ uses: actions/checkout@v3
29
- name: Fmt
30
if: matrix.platform != 'windows-latest' # :(
31
run: "diff <(gofmt -d .) <(printf '')"
0 commit comments