Skip to content

Commit

Permalink
build(deps): bump golang version from 1.23.4 to 1.23.5 (#47)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 17, 2025
1 parent e7ed387 commit 97de7df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG APPLICATION=mcvs-integrationtest-services

FROM golang:1.23.4-alpine AS builder
FROM golang:1.23.5-alpine AS builder
ARG APPLICATION
ENV CGO_ENABLED=0 \
GOARCH=amd64 \
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module schubergphilis/mcvs-integrationtest-services

go 1.23.4
go 1.23.5

require (
github.com/caarlos0/env/v9 v9.0.0
Expand Down

0 comments on commit 97de7df

Please sign in to comment.