Skip to content

Commit 4956597

Browse files
committed
corrected go version
1 parent 95a15c7 commit 4956597

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build stage
2-
FROM golang:1.21-alpine AS builder
2+
FROM golang:1.23.4-alpine AS builder
33

44
WORKDIR /app
55

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module github.com/krishkumar84/bdcoe-golang-portal
22

3-
go 1.21
3+
go 1.23.4
4+
45

56
require (
67
github.com/BurntSushi/toml v1.2.1 // indirect

0 commit comments

Comments
 (0)