Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into circuitbreaker
Browse files Browse the repository at this point in the history
  • Loading branch information
9seconds committed Feb 25, 2021
2 parents f3035e9 + 2318113 commit 94f2d22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
matrix:
go_version:
- ~1.14
- ^1.15
- ~1.15
- ^1.16
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@
###############################################################################
# BUILD STAGE

FROM golang:1.15-alpine AS build-env
FROM golang:1.16-alpine AS build-env

ENV CGO_ENABLED=0

RUN set -x \
&& apk --update add \
bash \
ca-certificates \
git \
make
Expand Down

0 comments on commit 94f2d22

Please sign in to comment.