Skip to content

Commit

Permalink
Update go version
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki0920 committed Dec 9, 2023
1 parent b2d856d commit ddaaefa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.prod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20 as builder
FROM golang:1.21 as builder

# Set destination for COPY
WORKDIR /go/src
Expand Down
2 changes: 1 addition & 1 deletion go/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/yuki0920/company-ranking/go

go 1.20
go 1.21

require (
github.com/deepmap/oapi-codegen v1.16.2
Expand Down
2 changes: 1 addition & 1 deletion go/tools/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/yuki0920/company-ranking/go/tools

go 1.20
go 1.21

require (
github.com/cosmtrek/air v1.44.0
Expand Down

0 comments on commit ddaaefa

Please sign in to comment.