Skip to content

Commit

Permalink
chore(deps): update golang docker tag to v1.19 (#33)
Browse files Browse the repository at this point in the history
chore(deps): update dependency golang to v1.19

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Oct 4, 2022
1 parent a7ce257 commit 1f27c3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG go_version=1.18
ARG go_version=1.19

FROM golang:${go_version} as tools

Expand Down
2 changes: 1 addition & 1 deletion dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG go_version=1.18
ARG go_version=1.19

FROM golang:${go_version} as tools

Expand Down

0 comments on commit 1f27c3f

Please sign in to comment.