Skip to content

Commit

Permalink
Merge pull request #151 from kbase/DEVOPS-1990
Browse files Browse the repository at this point in the history
DEVOPS-1990 Update to go 1.16
  • Loading branch information
bio-boris authored Jul 30, 2024
2 parents 1cc0178 + 1fd4d89 commit 5516bab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.12.5-alpine3.9 as build
FROM golang:1.16.15-alpine3.15 as build

# git is not included, weirdly, so nothing with ext deps can build
RUN apk add git
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/kbase/blobstore

go 1.12
go 1.16

require (
github.com/aws/aws-sdk-go v1.19.21
Expand Down

0 comments on commit 5516bab

Please sign in to comment.