Skip to content
This repository was archived by the owner on Jun 20, 2025. It is now read-only.

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] <[email protected]>
…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] <[email protected]>
…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] <[email protected]>
…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] <[email protected]>
…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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant