Skip to content

Commit

Permalink
エラーを回避するために golangci/golangci-lint-action を v3 に変更
Browse files Browse the repository at this point in the history
エラーの内容と対応策は下記を参考にした
golangci/golangci-lint-action#442
  • Loading branch information
kobayashi-m42 committed Apr 13, 2022
1 parent fb5598c commit 54e9872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
go-version: '1.16'
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v3
with:
version: v1.44.2

Expand Down

0 comments on commit 54e9872

Please sign in to comment.