Skip to content

Commit 463cc21

Browse files
Excavator: Bump go dependency github.com/golangci/gofmt
1 parent 7803585 commit 463cc21

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

excavator_fail/excavator_fail.go

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
package fail
2+
3+
fail
4+
5+
/*
6+
This is a non-compiling file that has been added to explicitly ensure that CI fails.
7+
It also contains the command that caused the failure and its output.
8+
Remove this file if debugging locally.
9+
10+
go mod operation failed. This may mean that there are legitimate dependency issues with the "go.mod" definition in the repository and the updates performed by the gomod check. This branch can be cloned locally to debug the issue.
11+
12+
Command that caused error:
13+
./godelw mod
14+
15+
Output:
16+
go: finding module for package github.com/golangci/gofmt/gofmt
17+
go: github.com/palantir/godel-distgo-asset-dist-golangci-lint/generated_src/golangcilint/internal/github.com/golangci/golangci-lint/v2/pkg/goformatters/gofmt imports
18+
github.com/golangci/gofmt/gofmt: module github.com/golangci/gofmt@latest found (v0.0.0-20251215234548-e7be49a5ab4d), but does not contain package github.com/golangci/gofmt/gofmt
19+
20+
*/

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ require (
4848
github.com/gofrs/flock v0.13.0
4949
github.com/golangci/dupl v0.0.0-20250308024227-f665c8d69b32
5050
github.com/golangci/go-printf-func-name v0.1.1
51-
github.com/golangci/gofmt v0.0.0-20250704145412-3e58ba0443c6
51+
github.com/golangci/gofmt v0.0.0-20251215234548-e7be49a5ab4d
5252
github.com/golangci/golines v0.0.0-20250821215611-d4663ad2c370
5353
github.com/golangci/misspell v0.7.0
5454
github.com/golangci/plugin-module-register v0.1.2

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,8 @@ github.com/golangci/go-printf-func-name v0.1.1 h1:hIYTFJqAGp1iwoIfsNTpoq1xZAarog
190190
github.com/golangci/go-printf-func-name v0.1.1/go.mod h1:Es64MpWEZbh0UBtTAICOZiB+miW53w/K9Or/4QogJss=
191191
github.com/golangci/gofmt v0.0.0-20250704145412-3e58ba0443c6 h1:jlKy3uQkETB3zMBK8utduvojT+If2nDAM1pWpEzXjaY=
192192
github.com/golangci/gofmt v0.0.0-20250704145412-3e58ba0443c6/go.mod h1:OyaRySOXorMn8zJqFku8YsKptIhPkANyKKTMC+rqMCs=
193+
github.com/golangci/gofmt v0.0.0-20251215234548-e7be49a5ab4d h1:7Vk1kMg7H+H6YVOQlJj1Eac4TgpylbOXOQp8hJTTNgo=
194+
github.com/golangci/gofmt v0.0.0-20251215234548-e7be49a5ab4d/go.mod h1:otKf/6iIqxE63jjoqGYpkwGAJmMyXS1HToujXO7T5CQ=
193195
github.com/golangci/golangci-lint/v2 v2.4.0 h1:qz6O6vr7kVzXJqyvHjHSz5fA3D+PM8v96QU5gxZCNWM=
194196
github.com/golangci/golangci-lint/v2 v2.4.0/go.mod h1:Oq7vuAf6L1iNL34uHDcsIF6Mnc0amOPdsT3/GlpHD+I=
195197
github.com/golangci/golines v0.0.0-20250821215611-d4663ad2c370 h1:O2u8NCU/gGczNpU7/yjZIAvXMHLwKCAKsNc8axyQPWU=

0 commit comments

Comments
 (0)