Skip to content

Commit

Permalink
Update docker image go 1 16 (#45)
Browse files Browse the repository at this point in the history
* updated changelog

* update dependecies

* update golangci-lint to latest version

* update dockerfile for go 1.16
  • Loading branch information
psampaz authored Apr 12, 2021
1 parent 9058737 commit da89f8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Tests for Go 1.16

### Changed
- Updated docker base image to 1.16.3
- Updated dependencies to latest versions
- Updated version of golangci-lint to 1.37.1

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.15.2-alpine3.12
FROM golang:1.16.3-alpine3.13
RUN apk add --no-cache git
WORKDIR /home
COPY ./ .
Expand Down

0 comments on commit da89f8c

Please sign in to comment.