mirror of
https://github.com/googleforgames/open-match.git
synced 2025-03-14 10:08:44 +00:00
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:
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user