update go 1.22.7

This commit is contained in:
koba1t
2024-09-15 01:40:50 +09:00
parent 4034e36ee1
commit 5ba8523df7
70 changed files with 99 additions and 90 deletions

View File

@@ -86,7 +86,7 @@ func (c *Converter) Convert() error {
}
func (c *Converter) getDockerfile() string {
return `FROM golang:1.21-bullseye
return `FROM public.ecr.aws/docker/library/golang:1.22.7-bullseye
ENV CGO_ENABLED=0
WORKDIR /go/src/
COPY . .

View File

@@ -1,6 +1,6 @@
module main
go 1.21
go 1.22.7
require (
github.com/spf13/cobra v1.4.0