Skip to content
This repository has been archived by the owner on Apr 17, 2022. It is now read-only.

Commit

Permalink
Go upgrade 1.13 -> 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
nmapx committed Feb 29, 2020
1 parent 5f5e6ff commit 93ab05d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.13-alpine
FROM golang:1.14-alpine

ARG HOST_UID
ARG GO111MODULE
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/nmapx/revolut-stocks-list

go 1.13
go 1.14

require (
github.com/disintegration/imaging v1.6.2
Expand Down

0 comments on commit 93ab05d

Please sign in to comment.