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

Upgrading aws-sdk-go and mikeg/dns #332

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

SeanSith
Copy link

Addresses #331 by upgrading the AWS SDK and mikeg/dns. Requires an update to Go 1.19.

@barnybug I could not get make test to run using Go 1.17 or 1.19 using make test. The failure is:

gucumber
panic: could not determine package path for internal/features/step_definitions.go

goroutine 1 [running]:
github.com/gucumber/gucumber.RunMain()
	/Users/ssmith/.go/pkg/mod/github.com/gucumber/gucumber@v0.0.0-20180127021336-7d5c79e832a2/run_main.go:42 +0x154
main.main()
	/Users/ssmith/.go/pkg/mod/github.com/gucumber/gucumber@v0.0.0-20180127021336-7d5c79e832a2/cmd/gucumber/gucumber.go:6 +0x20
make: *** [test-integration] Error 2

Please when making a pull request:

  • make sure changes are up to date with main.
  • please use brief, descriptive commit messages.
  • check code has been go formatted with 'go fmt'.
  • ensure you've added an integration test (under internal/features) or a unit test.
  • check the tests pass (make test).

cli53 has very good existing test coverage, so I'm unlikely to accept a pull request without
a test, but please do ping me if you're struggling to add a test case and I'll help!

Addresses barnybug#331 by upgrading the AWS SDK and mikeg/dns. Requires an
update to Go 1.19.
@barnybug
Copy link
Owner

Hi there, thanks for trying! As you may have seen the gucumber package we use for BDD is massively out of date with current Go but I've not found an easy path to getting it working without a big upheaval, so I'll have to hold off until I get some more time to look into this.

@absmith82
Copy link

Just wondering if there is any update on this, I am having a similar issue with aws sso credentials not working.

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.

None yet

3 participants