Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.17
FROM golang:1.23

ENV OS linux
ENV PKGPATH github.com/lopezator/migrator
Expand All @@ -9,4 +9,4 @@ RUN curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/in

# copy current workspace
WORKDIR ${GOPATH}/src/${PKGPATH}
COPY . ${GOPATH}/src/${PKGPATH}
COPY . ${GOPATH}/src/${PKGPATH}
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/lopezator/migrator

go 1.18
go 1.23

require (
github.com/go-sql-driver/mysql v1.4.1
Expand Down