Skip to content

Commit aecc2ee

Browse files
committed
fix dagger
Signed-off-by: Miguel Martinez <miguel@chainloop.dev>
1 parent 6962f92 commit aecc2ee

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.claude/golang-upgrade-process.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This document outlines the comprehensive process for upgrading Go versions across the Chainloop project.
44

5+
NOTE
6+
7+
- do not upgrade dagger module
8+
59
## Overview
610

711
The Chainloop project uses Go in multiple components requiring updates across:
@@ -90,7 +94,6 @@ make lint # Check code quality
9094

9195
### Source Code
9296
- `./go.mod`
93-
- `./extras/dagger/go.mod`
9497

9598
### Docker Images
9699
- `./app/artifact-cas/Dockerfile`

extras/dagger/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module main
22

3-
go 1.24.6
3+
go 1.23.6
44

55
require github.com/Khan/genqlient v0.8.0
66

0 commit comments

Comments
 (0)