docs: fix example (#762)

This commit is contained in:
Yuki Watanabe 2023-06-03 22:06:05 +09:00 committed by GitHub
parent 5f1fec7010
commit b8fff06a27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,11 +38,11 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.17'
cache: false
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with: