Skip to content

Commit

Permalink
update go version to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
sukunrt committed Aug 25, 2023
1 parent 05c519d commit 0aba325
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
os: [ "ubuntu", "windows", "macos" ]
go: [ "1.20.x"]
go: [ "1.20.x", "1.21.x"]
env:
COVERAGES: ""
runs-on: ${{ format('{0}-latest', matrix.os) }}
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/libp2p/go-libp2p-mplex

go 1.19
go 1.20

require (
github.com/libp2p/go-libp2p v0.30.0
Expand Down

0 comments on commit 0aba325

Please sign in to comment.