Skip to content

Commit

Permalink
Merge pull request #80 from kaleido-io/go-version
Browse files Browse the repository at this point in the history
Update dockerfile and CI to 1.22
  • Loading branch information
EnriqueL8 authored Sep 13, 2024
2 parents 7ae101e + f32bbca commit 8036524
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.21"
go-version: "1.22"
check-latest: true

- name: Build and Test
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
ARG BUILD_VERSION
ENV BUILD_VERSION=${BUILD_VERSION}
ADD . /ffsigner
Expand Down

0 comments on commit 8036524

Please sign in to comment.