Skip to content

Commit

Permalink
[Automation] Update go release version to 1.19.5 (#49)
Browse files Browse the repository at this point in the history
Co-authored-by: apmmachine <[email protected]>
  • Loading branch information
apmmachine and apmmachine authored Jan 17, 2023
1 parent d35c829 commit acd49f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.19.3
1.19.5
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19.3 as builder
FROM golang:1.19.5 as builder

RUN apt-get update \
&& apt-get dist-upgrade -y \
Expand Down

0 comments on commit acd49f3

Please sign in to comment.