Skip to content

Commit

Permalink
Merge pull request #88 from budougumi0617/fix/errors-in-build-and-int…
Browse files Browse the repository at this point in the history
…egration

fix/errors in build and integration
  • Loading branch information
budougumi0617 authored Jul 12, 2024
2 parents 98166a2 + 6c3d179 commit b08e287
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
go-version: '>=1.18'
- uses: actions/checkout@v3
- run: |
go install github.com/k0kubun/sqldef/cmd/mysqldef@latest
go install github.com/sqldef/sqldef/cmd/mysqldef@latest
mysqldef -u todo -p todo -h 127.0.0.1 -P 3306 todo < ./_tools/mysql/schema.sql
- run: go test ./... -coverprofile=coverage.out
- name: report coverage
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ CMD ["./app"]

# ---------------------------------------------------

FROM golang:1.18.2 as dev
FROM golang:1.22 as dev
WORKDIR /app
RUN go install github.com/cosmtrek/air@latest
CMD ["air"]
RUN go install github.com/air-verse/air@latest
CMD ["air"]

0 comments on commit b08e287

Please sign in to comment.