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

Modernizing the Codebase and Tooling #8

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

scottbrown
Copy link
Contributor

This PR ensures that this project is using a few modern practices:

  1. It replaces the dependency management, switching from vendoring to Go modules.
  2. It adds a CI process using Github Actions to test on each push/PR.
  3. It activates Dependabot to auto-upgrade any outdated dependencies.
  4. oh, and some minor formatting fixes that were missed in the last commit.

scottbrown and others added 12 commits September 3, 2022 23:49
Bumps [github.com/aws/aws-lambda-go](https://github.com/aws/aws-lambda-go) from 1.1.0 to 1.34.1.
- [Release notes](https://github.com/aws/aws-lambda-go/releases)
- [Commits](aws/aws-lambda-go@v1.1.0...v1.34.1)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-lambda-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…m/aws/aws-lambda-go-1.34.1

Bump github.com/aws/aws-lambda-go from 1.1.0 to 1.34.1
Bumps [github.com/aws/aws-lambda-go](https://github.com/aws/aws-lambda-go) from 1.34.1 to 1.35.0.
- [Release notes](https://github.com/aws/aws-lambda-go/releases)
- [Commits](aws/aws-lambda-go@v1.34.1...v1.35.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-lambda-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…m/aws/aws-lambda-go-1.35.0

Bump github.com/aws/aws-lambda-go from 1.34.1 to 1.35.0
Bumps [github.com/aws/aws-lambda-go](https://github.com/aws/aws-lambda-go) from 1.35.0 to 1.37.0.
- [Release notes](https://github.com/aws/aws-lambda-go/releases)
- [Commits](aws/aws-lambda-go@v1.35.0...v1.37.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-lambda-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…m/aws/aws-lambda-go-1.37.0

Bump github.com/aws/aws-lambda-go from 1.35.0 to 1.37.0
Bumps [github.com/aws/aws-lambda-go](https://github.com/aws/aws-lambda-go) from 1.37.0 to 1.40.0.
- [Release notes](https://github.com/aws/aws-lambda-go/releases)
- [Commits](aws/aws-lambda-go@v1.37.0...v1.40.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-lambda-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…m/aws/aws-lambda-go-1.40.0

Bump github.com/aws/aws-lambda-go from 1.37.0 to 1.40.0
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

1 participant