Skip to content

Commit

Permalink
Bump go to 1.22
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Franssen <marco.franssen@philips.com>
  • Loading branch information
marcofranssen committed Mar 4, 2024
1 parent c36ca04 commit d11c1e0
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.18-alpine as builder
FROM golang:1.22-alpine as builder
RUN mkdir build
WORKDIR /build
COPY go.mod go.sum ./
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/philips-labs/spiffe-vault

go 1.21
go 1.22

require (
github.com/hashicorp/vault/api v1.12.0
Expand Down

0 comments on commit d11c1e0

Please sign in to comment.