Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update GitHub Actions workflow for multiple OS and Go versions
- Change the `runs-on` value to `ubuntu-latest` in the workflow file - Add a `strategy` section with a `matrix` for different OS and Go versions - Update the `name` field to include the OS and Go version - Remove the `env` section with `GO111MODULE` and `GOPROXY` variables - Update the `postgresql version` value to `"14"` - Add a `with` section with `go-version` variable Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
- Loading branch information