Updated go 1.21.0 to 1.21.5 (#1678)

* Updated go 1.21 to 1.21.5

* Fixed golangci

* Reverted GOLANGCI
This commit is contained in:
kemurayama
2023-12-13 18:02:18 +09:00
committed by GitHub
parent 4dca40d85f
commit 3b3d49b1fe
34 changed files with 34 additions and 34 deletions

View File

@ -13,7 +13,7 @@
# limitations under the License.
# When updating Go version, update Dockerfile.ci, Dockerfile.base-build, and go.mod
FROM golang:1.21.0
FROM golang:1.21.5
WORKDIR /go/src/open-match.dev/open-match

View File

@ -63,7 +63,7 @@ RUN rm -rf /usr/local/go/
# When updating Go version, update Dockerfile.ci, Dockerfile.base-build, and go.mod
# reference: https://github.com/docker-library/golang/blob/master/1.20/bookworm/Dockerfile
RUN curl -L https://golang.org/dl/go1.21.0.linux-amd64.tar.gz | tar -C /usr/local -xz
RUN curl -L https://golang.org/dl/go1.21.5.linux-amd64.tar.gz | tar -C /usr/local -xz
RUN mkdir -p "$GOPATH/src" "$GOPATH/bin" \
&& chmod -R 777 "$GOPATH"

View File

@ -2,7 +2,7 @@ module open-match.dev/open-match/tutorials/matchmaker101/director
go 1.21
toolchain go1.21.0
toolchain go1.21.5
require (
google.golang.org/grpc v1.57.1

View File

@ -2,7 +2,7 @@ module open-match.dev/open-match/tutorials/matchmaker101/evaluator
go 1.21
toolchain go1.21.0
toolchain go1.21.5
require (
github.com/sirupsen/logrus v1.9.3

View File

@ -2,7 +2,7 @@ module open-match.dev/open-match/tutorials/matchmaker101/frontend
go 1.21
toolchain go1.21.0
toolchain go1.21.5
require (
google.golang.org/grpc v1.57.1

View File

@ -2,7 +2,7 @@ module open-match.dev/open-match/tutorials/matchmaker101/matchfunction
go 1.21
toolchain go1.21.0
toolchain go1.21.5
require (
google.golang.org/grpc v1.57.1

View File

@ -2,7 +2,7 @@ module open-match.dev/open-match/tutorials/matchmaker101/director
go 1.21
toolchain go1.21.0
toolchain go1.21.5
require (
google.golang.org/grpc v1.57.1

View File

@ -2,7 +2,7 @@ module open-match.dev/open-match/tutorials/matchmaker101/evaluator
go 1.21
toolchain go1.21.0
toolchain go1.21.5
require (
github.com/sirupsen/logrus v1.9.3

View File

@ -2,7 +2,7 @@ module open-match.dev/open-match/tutorials/matchmaker101/frontend
go 1.21
toolchain go1.21.0
toolchain go1.21.5
require (
google.golang.org/grpc v1.57.1

View File

@ -2,7 +2,7 @@ module open-match.dev/open-match/tutorials/matchmaker101/matchfunction
go 1.21
toolchain go1.21.0
toolchain go1.21.5
require (
google.golang.org/grpc v1.57.1

View File

@ -2,7 +2,7 @@ module open-match.dev/open-match/tutorials/matchmaker101/director
go 1.21
toolchain go1.21.0
toolchain go1.21.5
require (
google.golang.org/grpc v1.57.1

View File

@ -2,7 +2,7 @@ module open-match.dev/open-match/tutorials/matchmaker101/frontend
go 1.21
toolchain go1.21.0
toolchain go1.21.5
require (
google.golang.org/grpc v1.57.1

View File

@ -2,7 +2,7 @@ module open-match.dev/open-match/tutorials/matchmaker101/matchfunction
go 1.21
toolchain go1.21.0
toolchain go1.21.5
require (
google.golang.org/grpc v1.57.1

View File

@ -2,7 +2,7 @@ module open-match.dev/open-match/tutorials/matchmaker101/director
go 1.21
toolchain go1.21.0
toolchain go1.21.5
require (
google.golang.org/grpc v1.57.1

View File

@ -2,7 +2,7 @@ module open-match.dev/open-match/tutorials/matchmaker101/frontend
go 1.21
toolchain go1.21.0
toolchain go1.21.5
require (
google.golang.org/grpc v1.57.1

View File

@ -2,7 +2,7 @@ module open-match.dev/open-match/tutorials/matchmaker101/matchfunction
go 1.21
toolchain go1.21.0
toolchain go1.21.5
require (
google.golang.org/grpc v1.57.1

View File

@ -2,7 +2,7 @@ module open-match.dev/open-match/tutorials/matchmaker101/director
go 1.21
toolchain go1.21.0
toolchain go1.21.5
require (
google.golang.org/grpc v1.57.1

View File

@ -2,7 +2,7 @@ module open-match.dev/open-match/tutorials/matchmaker101/frontend
go 1.21
toolchain go1.21.0
toolchain go1.21.5
require (
google.golang.org/grpc v1.57.1

View File

@ -2,7 +2,7 @@ module open-match.dev/open-match/tutorials/matchmaker101/matchfunction
go 1.21
toolchain go1.21.0
toolchain go1.21.5
require (
google.golang.org/grpc v1.57.1

View File

@ -2,7 +2,7 @@ module open-match.dev/open-match/tutorials/matchmaker101/director
go 1.21
toolchain go1.21.0
toolchain go1.21.5
require (
google.golang.org/grpc v1.57.1

View File

@ -2,7 +2,7 @@ module open-match.dev/open-match/tutorials/matchmaker101/frontend
go 1.21
toolchain go1.21.0
toolchain go1.21.5
require (
google.golang.org/grpc v1.57.1

View File

@ -2,7 +2,7 @@ module open-match.dev/open-match/tutorials/matchmaker101/matchfunction
go 1.21
toolchain go1.21.0
toolchain go1.21.5
require (
github.com/rs/xid v1.5.0

View File

@ -2,7 +2,7 @@ module open-match.dev/open-match/tutorials/matchmaker101/director
go 1.21
toolchain go1.21.0
toolchain go1.21.5
require (
google.golang.org/grpc v1.57.1

View File

@ -2,7 +2,7 @@ module open-match.dev/open-match/tutorials/matchmaker101/frontend
go 1.21
toolchain go1.21.0
toolchain go1.21.5
require (
google.golang.org/grpc v1.57.1

View File

@ -2,7 +2,7 @@ module open-match.dev/open-match/tutorials/matchmaker101/matchfunction
go 1.21
toolchain go1.21.0
toolchain go1.21.5
require (
google.golang.org/grpc v1.57.1

View File

@ -2,7 +2,7 @@ module open-match.dev/open-match/tutorials/matchmaker101/director
go 1.21
toolchain go1.21.0
toolchain go1.21.5
require (
google.golang.org/grpc v1.57.1

View File

@ -2,7 +2,7 @@ module open-match.dev/open-match/tutorials/matchmaker101/frontend
go 1.21
toolchain go1.21.0
toolchain go1.21.5
require (
google.golang.org/grpc v1.57.1

View File

@ -2,7 +2,7 @@ module open-match.dev/open-match/tutorials/matchmaker101/matchfunction
go 1.21
toolchain go1.21.0
toolchain go1.21.5
require (
google.golang.org/grpc v1.57.1

View File

@ -2,7 +2,7 @@ module open-match.dev/open-match/tutorials/matchmaker101/director
go 1.21
toolchain go1.21.0
toolchain go1.21.5
require (
google.golang.org/grpc v1.57.1

View File

@ -2,7 +2,7 @@ module open-match.dev/open-match/tutorials/matchmaker101/frontend
go 1.21
toolchain go1.21.0
toolchain go1.21.5
require (
google.golang.org/grpc v1.57.1

View File

@ -2,7 +2,7 @@ module open-match.dev/open-match/tutorials/matchmaker101/matchfunction
go 1.21
toolchain go1.21.0
toolchain go1.21.5
require (
google.golang.org/grpc v1.57.1

View File

@ -2,7 +2,7 @@ module open-match.dev/open-match/tutorials/matchmaker101/director
go 1.21
toolchain go1.21.0
toolchain go1.21.5
require (
google.golang.org/grpc v1.57.1

View File

@ -2,7 +2,7 @@ module open-match.dev/open-match/tutorials/matchmaker101/frontend
go 1.21
toolchain go1.21.0
toolchain go1.21.5
require (
google.golang.org/grpc v1.57.1

View File

@ -2,7 +2,7 @@ module open-match.dev/open-match/tutorials/matchmaker101/matchfunction
go 1.21
toolchain go1.21.0
toolchain go1.21.5
require (
google.golang.org/grpc v1.57.1