Skip to content

Commit 9fcf448

Browse files
build(deps): bump golang version from 1.23.5 to 1.23.6 (#48)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 62f93ba commit 9fcf448

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,6 +1,6 @@
11
ARG APPLICATION=mcvs-integrationtest-services
22

3-
FROM golang:1.23.5-alpine AS builder
3+
FROM golang:1.23.6-alpine AS builder
44
ARG APPLICATION
55
ENV CGO_ENABLED=0 \
66
GOARCH=amd64 \

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module schubergphilis/mcvs-integrationtest-services
22

3-
go 1.23.5
3+
go 1.23.6
44

55
require (
66
github.com/caarlos0/env/v9 v9.0.0

0 commit comments

Comments
 (0)