Skip to content

Commit

Permalink
chore(deps): update golang docker tag to v1.22.4 (#12)
Browse files Browse the repository at this point in the history
* chore(deps): update golang docker tag to v1.22.3

* chore: update Go version to 1.22.4 in Dockerfile and go.mod

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: kimkiyong <[email protected]>
  • Loading branch information
renovate[bot] and kyong0612 authored Jun 8, 2024
1 parent 3cd1ab4 commit 50ff1d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

################################################################################
# Create a stage for building the application.
ARG GO_VERSION=1.22.1
ARG GO_VERSION=1.22.4
FROM --platform=$BUILDPLATFORM golang:${GO_VERSION} AS build
WORKDIR /src

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kyong0612/my-go-clean-architecture

go 1.22.2
go 1.22.4

require (
github.com/cockroachdb/errors v1.11.1
Expand Down

0 comments on commit 50ff1d4

Please sign in to comment.