-
Notifications
You must be signed in to change notification settings - Fork 0
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
Basic CI for Go CF Driver #71
Merged
Merged
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
4826917
feat: add basic CI workflow for cf-driver-go
zjrgov 3510063
fix: using the right file path would help
zjrgov 85f52fb
fix: how about setting a working directory
zjrgov b1c99bd
feat: have the go fmt step check for diffs
zjrgov 3c16241
chore: spec a go version in case GitHub likes that better
zjrgov 7e6c192
chore: set a specific step to install deps
zjrgov 3c637ee
fix: supply setup-go w/ go.sum path
zjrgov 6f666d1
chore: test failing go fmt
zjrgov bbdf10e
fix: gofmt doesn't take the ./... style arg
zjrgov 67eaca6
fix: foiled by quoting!
zjrgov ec49c7a
chore: fix the formatting
zjrgov 9ced4bf
chore: validate that go vet will fail
zjrgov 0accd99
chore: remove my go vet break
zjrgov 9cc8c15
chore: add a bug to validate test failure
zjrgov 2c63af9
Revert "chore: add a bug to validate test failure"
zjrgov d4171a9
feat: upgrade setup-go to v5
zjrgov c6be944
feat: get go version for action from go.mod
zjrgov ae11c97
chore: not necessary to pin a patch version for go
zjrgov File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[praise] nice!