Skip to content

Commit

Permalink
不要な部分削除、goのlintのバージョンを1.20にする
Browse files Browse the repository at this point in the history
  • Loading branch information
Kubosaka committed Dec 17, 2024
1 parent 9acb676 commit 1da7a66
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
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.16
go-version: 1.20
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v1
with:
Expand Down
3 changes: 0 additions & 3 deletions api/test/sample_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ func TestMain(m *testing.M) {
// テスト実行
code := m.Run()

// テスト後処理
// db.Exec("DELETE FROM users")

if err != nil {
fmt.Print(err.Error())
}
Expand Down

0 comments on commit 1da7a66

Please sign in to comment.