Skip to content

Commit

Permalink
chore: Update golang to 1.23.4 and alpine to 3.21 (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-thaler authored Dec 12, 2024
1 parent fc1cf97 commit e4adf27
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FROM europe-docker.pkg.dev/kyma-project/prod/external/library/golang:1.23.4-alpine3.20 AS build

FROM europe-docker.pkg.dev/kyma-project/prod/external/library/golang:1.23.4-alpine3.21 AS build

WORKDIR /src/
COPY main.go go.* /src/
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/kyma-project/directory-size-exporter

go 1.23.1
go 1.23.4

require (
github.com/prometheus/client_golang v1.20.5
Expand Down
2 changes: 1 addition & 1 deletion internal/tools/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kyma-project/directory-size-exporter/internal/tools

go 1.23.1
go 1.23.4

require (
github.com/bombsimon/wsl/v4 v4.4.1
Expand Down

0 comments on commit e4adf27

Please sign in to comment.