We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d05cdf commit 743ba8cCopy full SHA for 743ba8c
.github/dependabot.yml
@@ -8,3 +8,7 @@ updates:
8
directory: "/"
9
schedule:
10
interval: "weekly"
11
+ - package-ecosystem: "docker"
12
+ directory: "/"
13
+ schedule:
14
+ interval: "weekly"
Dockerfile
@@ -1,5 +1,5 @@
1
-# GO_VERSION: go version should match version in go.mod file
2
-FROM golang:1.24 as builder
+# GO_VERSION: automatically update to most recent via dependabot
+FROM golang:1.24.1 as builder
3
WORKDIR /workspace
4
5
COPY go.mod go.mod
go.mod
@@ -1,6 +1,5 @@
module github.com/vladopajic/go-test-coverage/v2
-// GO_VERSION: when changing go version update version in other places
go 1.24
6
toolchain go1.24.0
0 commit comments