Skip to content

Commit

Permalink
chore: go 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias committed Aug 15, 2023
1 parent b96767c commit e4757d0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gateway-conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.19.x
go-version: 1.20.x
- name: Checkout boxo
uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gateway-sharness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.19.1
go-version: 1.20.x
- name: Checkout boxo
uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion cmd/boxo-migrate/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/ipfs/boxo/cmd/boxo-migrate

go 1.19
go 1.20

require github.com/urfave/cli/v2 v2.25.1

Expand Down
2 changes: 1 addition & 1 deletion cmd/deprecator/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/ipfs/boxo/cmd/deprecator

go 1.19
go 1.20

require (
github.com/dave/dst v0.27.2
Expand Down
2 changes: 1 addition & 1 deletion examples/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/ipfs/boxo/examples

go 1.19
go 1.20

require (
github.com/ipfs/boxo v0.8.0
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/ipfs/boxo

go 1.19
go 1.20

require (
github.com/alecthomas/units v0.0.0-20210927113745-59d0afb8317a
Expand Down

0 comments on commit e4757d0

Please sign in to comment.