Skip to content

Commit

Permalink
build(deps): bump golang version from 1.23.4 to 1.23.6 (#687)
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 Feb 9, 2025
1 parent 672c892 commit 7b5e616
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,4 +1,4 @@
FROM golang:1.23.4-alpine3.20 as builder
FROM golang:1.23.6-alpine3.20 as builder
ARG VERSION
ENV USERNAME n3dr
RUN adduser -D -g '' $USERNAME
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 github.com/030/n3dr

go 1.23.4
go 1.23.6

require (
github.com/030/logging v0.1.2
Expand Down

0 comments on commit 7b5e616

Please sign in to comment.