ci: ensure short-sha is exported correctly on all platforms

This commit is contained in:
Mohammed Al Sahaf 2024-01-02 10:49:11 +03:00 committed by GitHub
parent d8b006a093
commit b7bd0fe076
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,6 +48,7 @@ jobs:
- name: Print Go version and environment
id: vars
shell: bash
run: |
printf "Using go at: $(which go)\n"
printf "Go version: $(go version)\n"