Update Go to 1.20.5

pull/738/head
Erick 2023-08-30 06:01:46 -04:00 committed by GitHub
parent 1c6db11eb4
commit 49a7edfa76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.20.1
FROM golang:1.20.5
COPY . /go/src/github.com/keel-hq/keel
WORKDIR /go/src/github.com/keel-hq/keel
RUN make install