Skip to content

Commit 1f5d72e

Browse files
authored
update Go version to 1.19
1 parent 70956a6 commit 1f5d72e

File tree

1 file changed

+1
-1
lines changed
  • .github/actions/update-with-latest-versions

1 file changed

+1
-1
lines changed

.github/actions/update-with-latest-versions/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.18
1+
FROM golang:1.19
22

33
ENV DEBIAN_FRONTEND=noninteractive
44
RUN apt update && apt install -y jq && rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)