Skip to content

Commit 73452f8

Browse files
authored
fix: run go mod tidy in ci workflow (argoproj#652)
Fixes issue that showed up in argoproj#650 [Error](https://github.com/argoproj/gitops-engine/actions/runs/12300709584/job/34329534904?pr=650#step:5:96) Signed-off-by: jmeridth <[email protected]>
1 parent d948e6b commit 73452f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
2323
with:
2424
go-version-file: go.mod
25+
- run: go mod tidy
2526
- run: make test
2627
- name: Run golangci-lint
2728
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1

0 commit comments

Comments
 (0)