Skip to content

Commit 2a5cfa7

Browse files
committed
chore: update base go version
1 parent 66ea3da commit 2a5cfa7

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/setup-go@v2
1818
with:
19-
go-version: "1.20"
19+
go-version: "1.22"
2020
id: go
2121

2222
- name: Check out code into the Go module directory

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module github.com/wagslane/go-rabbitmq
22

3-
go 1.20
3+
go 1.22.6
44

55
require github.com/rabbitmq/amqp091-go v1.10.0

go.sum

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
github.com/rabbitmq/amqp091-go v1.10.0 h1:STpn5XsHlHGcecLmMFCtg7mqq0RnD+zFr4uzukfVhBw=
22
github.com/rabbitmq/amqp091-go v1.10.0/go.mod h1:Hy4jKW5kQART1u+JkDTF9YYOQUHXqMuhrgxOEeS7G4o=
33
go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto=
4+
go.uber.org/goleak v1.3.0/go.mod h1:CoHD4mav9JJNrW/WLlf7HGZPjdw8EucARQHekz1X6bE=

0 commit comments

Comments
 (0)