Skip to content

Commit 6ba9b40

Browse files
authored
Merge pull request #245 from kaleido-io/upgrade-go
Upgrade Go to 1.22
2 parents d3d27b2 + 3d61e06 commit 6ba9b40

File tree

4 files changed

+507
-3
lines changed

4 files changed

+507
-3
lines changed

.github/workflows/go.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Go
2323
uses: actions/setup-go@v4
2424
with:
25-
go-version: "1.21"
25+
go-version: "1.22"
2626
check-latest: true
2727

2828
- name: Install solc

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.21-bullseye AS builder
1+
FROM golang:1.22-bullseye AS builder
22
WORKDIR /ethconnect
33
RUN apt-get update -y \
44
&& apt-get install -y build-essential git \

go.mod

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

3-
go 1.21
3+
go 1.22
44

55
require (
66
github.com/IBM/sarama v1.42.1

0 commit comments

Comments
 (0)