Skip to content

Commit 7aae9c3

Browse files
committed
Update Go to 1.18
1 parent 36e751c commit 7aae9c3

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

docker/app-prod/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.17
1+
FROM golang:1.18
22

33
ARG SERVICE
44

docker/app/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM golang:1.17
1+
FROM golang:1.18
22

3-
RUN go get github.com/cespare/reflex
3+
RUN go install github.com/cespare/reflex@v0.3.1
44
COPY reflex.conf /
55

66
COPY start.sh /

internal/common/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/ThreeDotsLabs/wild-workouts-go-ddd-example/internal/common
22

3-
go 1.17
3+
go 1.18
44

55
require (
66
cloud.google.com/go v0.75.0

internal/trainer/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/ThreeDotsLabs/wild-workouts-go-ddd-example/internal/trainer
22

3-
go 1.17
3+
go 1.18
44

55
require (
66
cloud.google.com/go/firestore v1.5.0

internal/trainings/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/ThreeDotsLabs/wild-workouts-go-ddd-example/internal/trainings
22

3-
go 1.17
3+
go 1.18
44

55
require (
66
cloud.google.com/go/firestore v1.5.0

internal/users/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/ThreeDotsLabs/wild-workouts-go-ddd-example/internal/users
22

3-
go 1.17
3+
go 1.18
44

55
require (
66
cloud.google.com/go/firestore v1.5.0

0 commit comments

Comments
 (0)