Skip to content

Commit

Permalink
goのlintのバージョンを1.16に戻す
Browse files Browse the repository at this point in the history
  • Loading branch information
Kubosaka committed Dec 17, 2024
1 parent 3b74fdf commit 29cfd5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up go
uses: actions/setup-go@v2
with:
go-version: 1.2
go-version: 1.16
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v1
with:
Expand Down

0 comments on commit 29cfd5f

Please sign in to comment.