Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ updates:
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# GO_VERSION: go version should match version in go.mod file
FROM golang:1.24 as builder
# GO_VERSION: automatically update to most recent via dependabot
FROM golang:1.24.1 as builder
WORKDIR /workspace

COPY go.mod go.mod
Expand Down
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -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

toolchain go1.24.0
Expand Down
Loading