We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9c0c9c commit 4389a25Copy full SHA for 4389a25
1 file changed
.github/workflows/dockerbuild.yaml
@@ -28,6 +28,11 @@ jobs:
28
- name: Checkout
29
uses: actions/checkout@v6
30
31
+ - uses: actions/setup-go@v6
32
+ with:
33
+ go-version-file: "go.mod"
34
+ cache: true
35
+
36
- name: go vet
37
run: go vet ./...
38
@@ -37,9 +42,7 @@ jobs:
42
version: v2.11.4
43
39
44
- name: Tests
40
- run: |-
41
- make migrate
- make test
45
+ run: make test
46
47
- name: Set up Docker Buildx
48
uses: docker/setup-buildx-action@v4
0 commit comments