diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ccfc1cd..60da9d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,8 +22,9 @@ jobs: ci: uses: xmidt-org/shared-go/.github/workflows/ci.yml@6dd1fab69f841fbea827a053e21fa83ea94774d9 # v3.0.0 with: - copyright-skip: true - lint-skip: true - style-skip: true - release-type: library + copyright-skip: true + lint-skip: true + style-skip: true + go-generate-deps: golang.org/x/tools/cmd/stringer@latest + release-type: library secrets: inherit