update go version

This commit is contained in:
Akhil Gupta
2021-05-29 15:46:17 +05:30
parent 41f41c3282
commit 71a81aad66
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
ARG GO_VERSION=1.15.2
ARG GO_VERSION=1.16.2
FROM golang:${GO_VERSION}-alpine AS builder
RUN apk update && apk add alpine-sdk git && rm -rf /var/cache/apk/*
RUN mkdir -p /api

View File

@@ -1,6 +1,6 @@
module github.com/akhilrex/hammond
go 1.15
go 1.16
require (
github.com/dgrijalva/jwt-go v3.2.0+incompatible