Skip to content

Commit

Permalink
エラー修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Kubosaka committed Dec 12, 2024
1 parent da73f75 commit 9acb676
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.14
go-version: 1.16
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion api/drivers/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (

_ "github.com/NUTFes/FinanSu/api/docs"
"github.com/NUTFes/FinanSu/api/router"
"github.com/labstack/echo/v4"
echo "github.com/labstack/echo/v4"
"github.com/labstack/echo/v4/middleware"
echoSwagger "github.com/swaggo/echo-swagger"
)
Expand Down
2 changes: 1 addition & 1 deletion api/test/sample_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"testing"

"github.com/NUTFes/FinanSu/api/internals/di"
"github.com/go-testfixtures/testfixtures/v3"
testfixtures "github.com/go-testfixtures/testfixtures/v3"
"github.com/stretchr/testify/assert"
)

Expand Down

0 comments on commit 9acb676

Please sign in to comment.