globalsign / hvclient

An interface for making GlobalSign Atlas API calls
MIT License
8 stars 10 forks source link

update git workflows to only include go versions still supported #21

Closed robplee closed 2 years ago

robplee commented 2 years ago

Spotted that all the go versions that we are including in the git workflows are old and no longer going to be supported with new releases, I've updated the list of go-versions in the workflows to just feature 1.17.x and 1.18.x

toddgaunt-gs commented 2 years ago

We should probably update the go.mod version to a more recent version of golang as well while we're at it. go1.18.3 is the latest.

robplee commented 2 years ago

@toddgaunt-gs - done!