Skip to content

Commit

Permalink
update default golang version 1.20.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
y-miyazaki committed Jun 6, 2023
1 parent 9ad236c commit e62fade
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docker/base/build-aws/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#--------------------------------------------------------------
# build image
#--------------------------------------------------------------
FROM golang:1.19.9-buster
FROM golang:1.20.4-buster

#--------------------------------------------------------------
# ARG
Expand Down
2 changes: 1 addition & 1 deletion docker/base/build-gcp/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#--------------------------------------------------------------
# build image
#--------------------------------------------------------------
FROM golang:1.19.9-buster
FROM golang:1.20.4-buster

#--------------------------------------------------------------
# ARG
Expand Down
2 changes: 1 addition & 1 deletion docker/base/local-aws/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#--------------------------------------------------------------
# build image
#--------------------------------------------------------------
FROM golang:1.19.9-buster
FROM golang:1.20.4-buster

#--------------------------------------------------------------
# ARG
Expand Down
2 changes: 1 addition & 1 deletion docker/base/local-gcp/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#--------------------------------------------------------------
# build image
#--------------------------------------------------------------
FROM golang:1.19.9-buster
FROM golang:1.20.4-buster

#--------------------------------------------------------------
# ENV
Expand Down
2 changes: 1 addition & 1 deletion docker/base/local/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#--------------------------------------------------------------
# build image
#--------------------------------------------------------------
FROM golang:1.19.9-buster
FROM golang:1.20.4-buster

#--------------------------------------------------------------
# ENV
Expand Down
2 changes: 1 addition & 1 deletion docker/base/test/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#--------------------------------------------------------------
# build image
#--------------------------------------------------------------
FROM golang:1.19.9-buster
FROM golang:1.20.4-buster

#--------------------------------------------------------------
# ENV
Expand Down

0 comments on commit e62fade

Please sign in to comment.