Skip to content

Commit

Permalink
go 1.18 (#529)
Browse files Browse the repository at this point in the history
* 18

* mod tidy
  • Loading branch information
ChiefMateStarbuck committed Apr 13, 2022
1 parent db10ddb commit f0fd910
Show file tree
Hide file tree
Showing 3 changed files with 367 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
test:
strategy:
matrix:
go-version: [ 1.16.x, 1.17.x ]
go-version: [ 1.17.x, 1.18.x ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
runs-on: ${{ matrix.os }}
steps:
Expand Down
19 changes: 13 additions & 6 deletions go.mod
@@ -1,14 +1,21 @@
module github.com/digitalocean/godo

go 1.16
go 1.18

require (
github.com/golang/protobuf v1.3.5 // indirect
github.com/google/go-querystring v1.0.0
github.com/google/go-querystring v1.1.0
github.com/stretchr/testify v1.4.0
golang.org/x/net v0.0.0-20210520170846-37e1c6afe023 // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
google.golang.org/appengine v1.6.5 // indirect
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/net v0.0.0-20220412020605-290c469a71a5 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.0 // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
)

replace github.com/stretchr/objx => github.com/stretchr/objx v0.2.0
Expand Down

0 comments on commit f0fd910

Please sign in to comment.