Skip to content

Commit

Permalink
Update Go version to 1.22.5
Browse files Browse the repository at this point in the history
  • Loading branch information
phillebaba committed Jul 4, 2024
1 parent ca2a5d2 commit 3042100
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.22.3@sha256:f43c6f049f04cbbaeb28f0aad3eea15274a7d0a7899a617d0037aec48d7ab010 AS builder
FROM golang:1.22.5@sha256:fcae9e0e7313c6467a7c6632ebb5e5fab99bd39bd5eb6ee34a211353e647827a AS builder
RUN mkdir /build
WORKDIR /build
COPY go.mod go.mod
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/spegel-org/spegel

go 1.22.3
go 1.22.5

require (
github.com/alexflint/go-arg v1.5.1
Expand Down

0 comments on commit 3042100

Please sign in to comment.