Skip to content

Commit

Permalink
Fix warning in ko build
Browse files Browse the repository at this point in the history
```
Warning: Restore cache failed: Dependencies file is not found in /home/runner/work/edm/edm. Supported file pattern: go.sum
```
  • Loading branch information
eest committed Jun 19, 2024
1 parent c91577f commit e563660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/dnstapir/edm

go 1.22.3
go 1.22.4

require (
github.com/cockroachdb/pebble v1.1.1
Expand Down

0 comments on commit e563660

Please sign in to comment.