Skip to content

Commit

Permalink
ci: bump go in test container 1.19 => 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
avakarev committed May 29, 2023
1 parent 059c78e commit f1366b1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
FROM golang:1.19-alpine
FROM golang:1.20-alpine

RUN apk update
RUN apk add alpine-sdk
RUN apk --no-cache add alpine-sdk

WORKDIR /gormigrate
COPY . .
Expand Down

0 comments on commit f1366b1

Please sign in to comment.