Skip to content

Commit

Permalink
try with glob
Browse files Browse the repository at this point in the history
  • Loading branch information
alessio committed Dec 29, 2023
1 parent 278b941 commit 8c4f039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
)

//go:generate sh generate_version.sh
//go:embed version.txt
//go:embed *version.txt

Check failure on line 11 in version/version.go

View workflow job for this annotation

GitHub Actions / lint

pattern *version.txt: no matching files found (typecheck)

Check failure on line 11 in version/version.go

View workflow job for this annotation

GitHub Actions / test

pattern *version.txt: no matching files found

Check failure on line 11 in version/version.go

View workflow job for this annotation

GitHub Actions / Analyze (go)

pattern *version.txt: no matching files found

Check failure on line 11 in version/version.go

View workflow job for this annotation

GitHub Actions / lint

pattern *version.txt: no matching files found (typecheck)
var version string

func Short() string {
Expand Down

0 comments on commit 8c4f039

Please sign in to comment.