update Dockerfile and .circleci/config.yml

This commit is contained in:
Dawid Wysokiński 2021-06-04 19:46:11 +02:00
parent e0ee5232b4
commit 5f2f799474
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/golang:1.15
- image: circleci/golang:1.16
working_directory: ~/twhelpapi
steps:
- checkout
@ -25,4 +25,4 @@ workflows:
filters:
branches:
only:
- master
- master

View File

@ -1,4 +1,4 @@
FROM golang:alpine as builder
FROM golang as builder
# Set the Current Working Directory inside the container
WORKDIR /app