Skip to content

Commit

Permalink
Merge pull request #12 from informalsystems/ph/bump-go-to-1.20
Browse files Browse the repository at this point in the history
Ph/bump go to 1.20
  • Loading branch information
p-offtermatt authored Jul 27, 2023
2 parents 1488bc0 + 2c310b7 commit 694e9a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
schedule:
- cron: '38 20 * * *'
push:
branches: [ "main" ]
branches: [ "main", "v0.37.x", "v0.34.x" ]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
pull_request:
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.18-alpine
FROM golang:1.20-alpine

ENV PACKAGES curl make git libc-dev bash gcc linux-headers
RUN apk add --no-cache $PACKAGES
Expand All @@ -15,4 +15,4 @@ RUN go mod download
# Add CometMock and install it
ADD . /CometMock
WORKDIR /CometMock
RUN go build -o /usr/local/bin/cometmock ./cometmock
RUN go build -o /usr/local/bin/cometmock ./cometmock

0 comments on commit 694e9a6

Please sign in to comment.