Skip to content

Commit

Permalink
Update to Go 1.22.3 (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
applejag authored May 13, 2024
1 parent 08b8d9e commit 56a2909
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.2-alpine AS build
FROM docker.io/library/golang:1.22.3-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.2
go 1.22.3

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

0 comments on commit 56a2909

Please sign in to comment.