Skip to content

Commit

Permalink
Merge pull request #245 from kaleido-io/upgrade-go
Browse files Browse the repository at this point in the history
Upgrade Go to 1.22
  • Loading branch information
EnriqueL8 authored Sep 13, 2024
2 parents d3d27b2 + 3d61e06 commit 6ba9b40
Show file tree
Hide file tree
Showing 4 changed files with 507 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.21"
go-version: "1.22"
check-latest: true

- name: Install solc
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21-bullseye AS builder
FROM golang:1.22-bullseye AS builder
WORKDIR /ethconnect
RUN apt-get update -y \
&& apt-get install -y build-essential git \
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/hyperledger/firefly-ethconnect

go 1.21
go 1.22

require (
github.com/IBM/sarama v1.42.1
Expand Down
Loading

0 comments on commit 6ba9b40

Please sign in to comment.