Skip to content

Commit

Permalink
Bug 2269447: Update x/net dep (#163)
Browse files Browse the repository at this point in the history
* Bug 2269447: Update x/net dep

* go 1.21
  • Loading branch information
rayfordj authored Jul 18, 2024
1 parent 28945e3 commit 52d36c0
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 387 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.17
- name: Set up Go 1.21
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.21

- name: Check out source code
uses: actions/checkout@v2
Expand Down
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/konveyor/crane

go 1.17
go 1.21

require (
github.com/backube/pvc-transfer v0.0.0-20220718185428-1d2440958552
Expand Down Expand Up @@ -76,11 +76,11 @@ require (
github.com/subosito/gotenv v1.3.0 // indirect
github.com/xlab/treeprint v0.0.0-20181112141820-a009c3971eca // indirect
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/net v0.24.0 // indirect
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/term v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/sys v0.19.0 // indirect
golang.org/x/term v0.19.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.33.0 // indirect
Expand Down
Loading

0 comments on commit 52d36c0

Please sign in to comment.