Skip to content

Commit

Permalink
upgrade go requirement to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Dec 8, 2023
1 parent c74ba4f commit d4a201b
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,5 +1,5 @@
# First stage container
FROM golang:1.18.10-alpine3.17 AS builder
FROM golang:1.20-alpine3.18 AS builder
RUN apk add --no-cache git ca-certificates gcc musl-dev libc-dev pkgconfig
# gcc is for github.com/mattn/go-sqlite3
# ADD . $GOPATH/src/github.com/c9s/bbgo
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module github.com/c9s/bbgo

go 1.18
go 1.20

require (
github.com/DATA-DOG/go-sqlmock v1.5.0
Expand Down

0 comments on commit d4a201b

Please sign in to comment.