File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
fetch-depth : 0
17
17
18
18
- name : Set up Go
19
- uses : actions/setup-go@v4
19
+ uses : actions/setup-go@v5
20
20
with :
21
- go-version : ^1.21.4
21
+ go-version : ^1.21
22
22
23
23
# Update references
24
24
- name : Git Sumbodule Update
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ function ldflags_pmm_dump {
18
18
19
19
function ldflags_pt {
20
20
CP=' )'
21
- VERSION=$( git log --no-walk --tags --pretty=" %H %d" --decorate=short | head -n1 | awk -F' [, $(CP)]' ' { print $5 ; }' )
21
+ VERSION=$( git log --no-walk --tags --pretty=" %H %d" --decorate=short | head -n1 | awk -F' [, $(CP)]' ' { print $7 ; }' )
22
22
BUILD=$( date " +%FT%T%z" )
23
23
GOVERSION=$( go version | cut --delimiter=" " -f3)
24
24
COMMIT=$( git rev-list -1 HEAD)
You can’t perform that action at this time.
0 commit comments