mirror of
https://github.com/ahmetb/kubectx.git
synced 2026-03-17 11:22:16 +00:00
fix go.sum tidy
Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -43,7 +43,7 @@ jobs:
|
||||
- name: Ensure gofmt
|
||||
run: test -z "$(gofmt -s -d .)"
|
||||
- name: Ensure go.mod is already tidied
|
||||
run: go mod tidy && git diff --no-patch --exit-code
|
||||
run: go mod tidy && git diff --exit-code
|
||||
- name: Run unit tests
|
||||
run: go test ./...
|
||||
- name: Build with Goreleaser
|
||||
|
||||
Reference in New Issue
Block a user