Skip to content

Commit

Permalink
Merge pull request #14 from mwennrich/go-1.24
Browse files Browse the repository at this point in the history
update Dockerfile and go.mod to use Go 1.24
  • Loading branch information
mwennrich authored Feb 13, 2025
2 parents cd9c576 + a35c5bf commit c9d86f6
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 AS build
FROM golang:1.24 AS build
ENV GO111MODULE=on
ENV CGO_ENABLED=0

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/mwennrich/alertlogger

go 1.23
go 1.24

0 comments on commit c9d86f6

Please sign in to comment.