mirror of
https://github.com/caddyserver/xcaddy.git
synced 2024-11-20 00:00:14 +00:00
ci: ensure short-sha is exported correctly on all platforms
This commit is contained in:
parent
d8b006a093
commit
b7bd0fe076
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue