diff --git a/Dockerfile.build b/Dockerfile.build index de9228d..d9f21a1 100644 --- a/Dockerfile.build +++ b/Dockerfile.build @@ -1,4 +1,4 @@ -FROM golang:1.17 +FROM golang:1.23 ENV OS linux ENV PKGPATH github.com/lopezator/migrator @@ -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} \ No newline at end of file +COPY . ${GOPATH}/src/${PKGPATH} diff --git a/go.mod b/go.mod index 31c0007..3469676 100644 --- a/go.mod +++ b/go.mod @@ -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