Skip to content

Commit

Permalink
ci: uci/update-go (#2937)
Browse files Browse the repository at this point in the history
* chore: bump go.mod to Go 1.22 and run go fix

* Bump docker builder version

---------

Co-authored-by: Marco Munizaga <git@marcopolo.io>
  • Loading branch information
2 people authored and sukunrt committed Aug 30, 2024
1 parent 3bb9bf4 commit 79416e6
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
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/libp2p/go-libp2p/examples

go 1.21
go 1.22

require (
github.com/gogo/protobuf v1.3.2
Expand Down
2 changes: 1 addition & 1 deletion examples/ipfs-camp-2019/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/libp2p/go-libp2p/examples/ipfs-camp-2019

go 1.21
go 1.22

require (
github.com/gogo/protobuf v1.3.2
Expand Down
2 changes: 1 addition & 1 deletion examples/pubsub/basic-chat-with-rendezvous/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/libp2p/go-libp2p/examples/pubsub/chat

go 1.21
go 1.22

require (
github.com/libp2p/go-libp2p v0.33.0
Expand Down
2 changes: 1 addition & 1 deletion examples/pubsub/chat/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/libp2p/go-libp2p/examples/pubsub/chat

go 1.21
go 1.22

require (
github.com/gdamore/tcell/v2 v2.5.2
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

go 1.21
go 1.22

retract v0.26.1 // Tag was applied incorrectly due to a bug in the release workflow.

Expand Down
2 changes: 1 addition & 1 deletion scripts/test_analysis/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/libp2p/go-libp2p/scripts/test_analysis

go 1.22.1
go 1.22

require github.com/glebarez/go-sqlite v1.22.0

Expand Down
2 changes: 1 addition & 1 deletion test-plans/PingDockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1
# This is run from the parent directory to copy the whole go-libp2p codebase

FROM golang:1.21-alpine AS builder
FROM golang:1.23-alpine AS builder

WORKDIR /app/

Expand Down
2 changes: 1 addition & 1 deletion test-plans/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/libp2p/go-libp2p/test-plans/m/v2

go 1.21
go 1.22

require (
github.com/go-redis/redis/v8 v8.11.5
Expand Down

0 comments on commit 79416e6

Please sign in to comment.