We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d3d27b2 + 3d61e06 commit 6ba9b40Copy full SHA for 6ba9b40
4 files changed
.github/workflows/go.yaml
@@ -22,7 +22,7 @@ jobs:
22
- name: Set up Go
23
uses: actions/setup-go@v4
24
with:
25
- go-version: "1.21"
+ go-version: "1.22"
26
check-latest: true
27
28
- name: Install solc
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.21-bullseye AS builder
+FROM golang:1.22-bullseye AS builder
2
WORKDIR /ethconnect
3
RUN apt-get update -y \
4
&& apt-get install -y build-essential git \
go.mod
@@ -1,6 +1,6 @@
module github.com/hyperledger/firefly-ethconnect
-go 1.21
+go 1.22
5
require (
6
github.com/IBM/sarama v1.42.1
0 commit comments