Skip to content

Commit a80dea4

Browse files
committed
Merge branch 'cosmos_sdk_update_0_20_0' of github.com:fetchai/fetchd into feat/liquid
2 parents cb587fd + 5506b51 commit a80dea4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM golang:1.24.3-bookworm
1+
FROM golang:1.18-buster
22

33
WORKDIR /src
44

55
COPY . .
66

77
RUN make go-mod-cache && \
8-
make build
8+
make build

0 commit comments

Comments
 (0)