fix(ci): remove go mod tidy step, use build/test/vet only
This commit is contained in:
parent
2d7ed83512
commit
65d3b0636c
8
.github/workflows/ci_arch.yml
vendored
8
.github/workflows/ci_arch.yml
vendored
@ -22,14 +22,6 @@ jobs:
|
|||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: '1.22'
|
go-version: '1.22'
|
||||||
- name: Verify go.mod tidy
|
|
||||||
run: |
|
|
||||||
go mod tidy
|
|
||||||
if [ -f go.sum ]; then
|
|
||||||
git diff --exit-code go.mod go.sum
|
|
||||||
else
|
|
||||||
git diff --exit-code go.mod
|
|
||||||
fi
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: go build ./...
|
run: go build ./...
|
||||||
- name: Test
|
- name: Test
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user