Skip to content

Commit ac1e74a

Browse files
committed
introduce dockerfile to keep the go to use in ci up-to-date
Signed-off-by: Carlos Panato <[email protected]>
1 parent 61ddd79 commit ac1e74a

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.github/dependabot.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,13 @@ updates:
2323
update-types:
2424
- "minor"
2525
- "patch"
26+
27+
- package-ecosystem: "docker"
28+
directory: "/"
29+
schedule:
30+
interval: "weekly"
31+
groups:
32+
all:
33+
update-types:
34+
- "minor"
35+
- "patch"

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# This is used to we scrap the go version and use in CI to get the latest go version
2+
# and we use dependabot to keep the go version up to date
3+
FROM golang:1.25.0

0 commit comments

Comments
 (0)