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

upgrade deps, update to go 1.18 #674

Merged
merged 1 commit into from Apr 7, 2023
Merged

Commits on Apr 4, 2023

  1. upgrade deps, update to go 1.18

    go 1.18 is the most recent supported version of Go, so it seems reasonable
    to upgrade to that. This upgrade is needed to pull in the latest version
    of smartystreets/assertions, which I want in here for this fix of mine:
    smarty/assertions@a83f75f
    
    This also replaces all "interface{}" with "any", since go 1.18 added that.
    That was already done in the assertions repo the other day.
    
    Note that this command passes:
    go test -timeout=1s -race -cover -short -count=1 ./...
    
    but the integration test file fails. That failure is already in the repo
    at HEAD though.
    srabraham committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    6367023 View commit details
    Browse the repository at this point in the history