Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
idoqo committed Dec 9, 2024
1 parent dfe1d47 commit 28ef1a3
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 AS build
FROM golang:1.23 AS build

COPY . /usr/src/rds_exporter

Expand Down
2 changes: 1 addition & 1 deletion tools/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/percona/rds_exporter/tools

go 1.22
go 1.23

require (
github.com/AlekSi/gocoverutil v0.2.0
Expand Down

0 comments on commit 28ef1a3

Please sign in to comment.