Skip to content

Commit bd2c891

Browse files
build(deps): bump golang version from 1.24.4 to 1.24.5 (#724)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cbb3313 commit bd2c891

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,7 +1,7 @@
11
ARG APPLICATION=n3dr \
22
VERSION=0.1.0-rc.1
33

4-
FROM golang:1.24.4-alpine AS builder
4+
FROM golang:1.24.5-alpine AS builder
55
ARG APPLICATION \
66
VERSION
77
RUN adduser -D -g '' ${APPLICATION}

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/030/n3dr
22

3-
go 1.24.4
3+
go 1.24.5
44

55
require (
66
github.com/030/logging v0.1.2

0 commit comments

Comments
 (0)