Skip to content

Commit 5247b7e

Browse files
authored
[DEVOPS-12984] - GO version update. (#7)
1 parent e1d0565 commit 5247b7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the application from source
2-
FROM golang:1.21.5 AS build-stage
2+
FROM golang:1.21 AS build-stage
33

44
WORKDIR /app
55

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module com.lc.go.codepush/server
22

3-
go 1.21.5
3+
go 1.21
44

55
require (
66
github.com/go-playground/validator/v10 v10.19.0

0 commit comments

Comments
 (0)