We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c78cbed + 46ce759 commit 13c47ceCopy full SHA for 13c47ce
.github/workflows/release.yml
@@ -16,9 +16,9 @@ jobs:
16
fetch-depth: 0
17
18
- name: Set up Go
19
- uses: actions/setup-go@v4
+ uses: actions/setup-go@v5
20
with:
21
- go-version: ^1.21.4
+ go-version: ^1.21
22
23
# Update references
24
- name: Git Sumbodule Update
build
@@ -18,7 +18,7 @@ function ldflags_pmm_dump {
function ldflags_pt {
CP=')'
- VERSION=$(git log --no-walk --tags --pretty="%H %d" --decorate=short | head -n1 | awk -F'[, $(CP)]' '{ print $5; }')
+ VERSION=$(git log --no-walk --tags --pretty="%H %d" --decorate=short | head -n1 | awk -F'[, $(CP)]' '{ print $7; }')
BUILD=$(date "+%FT%T%z")
GOVERSION=$(go version | cut --delimiter=" " -f3)
COMMIT=$(git rev-list -1 HEAD)
0 commit comments