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.
1 parent 7b25d7a commit a922661Copy full SHA for a922661
.github/workflows/go.yml
@@ -17,9 +17,8 @@ jobs:
17
uses: actions/setup-go@v4
18
with:
19
go-version: 1.22
20
-
21
- - name: Build
22
- run: go build -v ./...
23
24
- name: Test
25
run: go test -v ./...
+
+ - name: Build
+ run: go build -v
.github/workflows/release-package.yml
@@ -20,10 +20,10 @@ jobs:
26
27
- name: Setup BuildX
28
uses: docker/setup-buildx-action@v3
29
- name: Login to registy ${{ env.REGISTRY }}
0 commit comments