Skip to content

Commit

Permalink
Update to Go 1.22.4 (#57)
Browse files Browse the repository at this point in the history
* Update to Go 1.22.4

* Updated version in Dockerfile
  • Loading branch information
applejag authored Jun 11, 2024
1 parent 51f6d30 commit cf83507
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
Expand Up @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: CC0-1.0

FROM docker.io/library/golang:1.22.3-alpine AS build
FROM docker.io/library/golang:1.22.4-alpine AS build
WORKDIR /jelease
COPY go.mod go.sum ./
RUN go mod download
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

module github.com/RiskIdent/jelease

go 1.22.3
go 1.22.4

require (
github.com/a-h/templ v0.2.707
Expand Down

0 comments on commit cf83507

Please sign in to comment.