Skip to content

Commit

Permalink
Build with Go 1.15 on Ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
ymmt2005 committed Jan 31, 2021
1 parent 1b8c4d7 commit 37631d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ commands:
jobs:
build:
docker:
- image: quay.io/cybozu/golang:1.13-bionic
- image: quay.io/cybozu/golang:1.15-focal
- image: quay.io/coreos/etcd:v3.3
steps:
- checkout
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Sabakan container
FROM quay.io/cybozu/ubuntu:18.04
FROM quay.io/cybozu/ubuntu:20.04

RUN apt-get update \
&& apt-get -y install --no-install-recommends grub-ipxe \
Expand Down

0 comments on commit 37631d7

Please sign in to comment.