Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add new CI step to validate go mod integrity #8

Merged
merged 1 commit into from
Feb 28, 2024

Conversation

tariq1890
Copy link
Contributor

@tariq1890 tariq1890 commented Feb 28, 2024

Also includes minor yaml formatting improvements to the github actions file

@tariq1890 tariq1890 merged commit 4c16cb4 into NVIDIA:master Feb 28, 2024
5 checks passed
@tariq1890 tariq1890 deleted the validate-go-mod branch February 28, 2024 18:53
uses: actions/setup-go@v5
with:
go-version: '1.20'
- run: make validate-modules
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a note: I recently added logic to the device plugin to extract the go version from versions.mk so that these checks can be more consistent. Also added a containerized module validation. It would be good to iterate on something that can be used as standard across our projects.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants