Skip to content

Commit dacaae3

Browse files
web3-botMarcoPolo
andauthored
ci: uci/update-go (#2937)
* chore: bump go.mod to Go 1.22 and run go fix * Bump docker builder version --------- Co-authored-by: Marco Munizaga <[email protected]>
1 parent 9c49960 commit dacaae3

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

examples/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/libp2p/go-libp2p/examples
22

3-
go 1.21
3+
go 1.22
44

55
require (
66
github.com/gogo/protobuf v1.3.2

examples/ipfs-camp-2019/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/libp2p/go-libp2p/examples/ipfs-camp-2019
22

3-
go 1.21
3+
go 1.22
44

55
require (
66
github.com/gogo/protobuf v1.3.2

examples/pubsub/basic-chat-with-rendezvous/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/libp2p/go-libp2p/examples/pubsub/chat
22

3-
go 1.21
3+
go 1.22
44

55
require (
66
github.com/libp2p/go-libp2p v0.33.0

examples/pubsub/chat/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/libp2p/go-libp2p/examples/pubsub/chat
22

3-
go 1.21
3+
go 1.22
44

55
require (
66
github.com/gdamore/tcell/v2 v2.5.2

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/libp2p/go-libp2p
22

3-
go 1.21
3+
go 1.22
44

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

scripts/test_analysis/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/libp2p/go-libp2p/scripts/test_analysis
22

3-
go 1.22.1
3+
go 1.22
44

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

test-plans/PingDockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1
22
# This is run from the parent directory to copy the whole go-libp2p codebase
33

4-
FROM golang:1.21-alpine AS builder
4+
FROM golang:1.23-alpine AS builder
55

66
WORKDIR /app/
77

test-plans/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/libp2p/go-libp2p/test-plans/m/v2
22

3-
go 1.21
3+
go 1.22
44

55
require (
66
github.com/go-redis/redis/v8 v8.11.5

0 commit comments

Comments
 (0)