Skip to content

Commit

Permalink
feat: use go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
aellwein committed Apr 22, 2024
1 parent bfe66c0 commit 7558869
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.21.5 AS build
FROM --platform=$BUILDPLATFORM golang:1.22 AS build
WORKDIR /workspace
COPY go.mod go.sum .
RUN go mod download
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/aellwein/cert-manager-webhook-netcup

go 1.21

toolchain go1.21.5
go 1.22

require (
github.com/aellwein/netcup-dns-api v1.0.4
Expand Down

0 comments on commit 7558869

Please sign in to comment.