We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 98166a2 + 6c3d179 commit b08e287Copy full SHA for b08e287
.github/workflows/test.yml
@@ -37,7 +37,7 @@ jobs:
37
go-version: '>=1.18'
38
- uses: actions/checkout@v3
39
- run: |
40
- go install github.com/k0kubun/sqldef/cmd/mysqldef@latest
+ go install github.com/sqldef/sqldef/cmd/mysqldef@latest
41
mysqldef -u todo -p todo -h 127.0.0.1 -P 3306 todo < ./_tools/mysql/schema.sql
42
- run: go test ./... -coverprofile=coverage.out
43
- name: report coverage
Dockerfile
@@ -21,7 +21,7 @@ CMD ["./app"]
21
22
# ---------------------------------------------------
23
24
-FROM golang:1.18.2 as dev
+FROM golang:1.22 as dev
25
WORKDIR /app
26
-RUN go install github.com/cosmtrek/air@latest
27
-CMD ["air"]
+RUN go install github.com/air-verse/air@latest
+CMD ["air"]
0 commit comments