Skip to content

Commit

Permalink
docs: fix example (#762)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki0920 committed Jun 3, 2023
1 parent 5f1fec7 commit b8fff06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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:
Expand Down

0 comments on commit b8fff06

Please sign in to comment.