Skip to content

Commit

Permalink
update go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-iohk committed Dec 19, 2024
1 parent 50560df commit fb49bad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile-delegation-backend
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21
FROM golang:1.22

# Set the Current Working Directory inside the container
WORKDIR $GOPATH/src/delegation_backend
Expand Down
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ in
{
devEnv = stdenv.mkDerivation {
name = "dev";
buildInputs = [ stdenv go_1_21 glibc minaSigner ];
buildInputs = [ stdenv go_1_22 glibc minaSigner ];
shellHook = ''
export LIB_MINA_SIGNER=${minaSigner}/lib/libmina_signer.so
return
Expand Down

0 comments on commit fb49bad

Please sign in to comment.