fix: fixes all the available actions date xml marshalling for response body.

Fixes the response body parsing for all available actions to correctly parse date fields (e.g., `LastModified`) into the correct format.
This commit is contained in:
niksis02
2025-05-13 23:59:59 +04:00
parent 8e2d51e501
commit afbcbcac13
5 changed files with 84 additions and 18 deletions

View File

@@ -123,7 +123,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 'stable'
go-version: "stable"
id: go
- name: Get Dependencies
@@ -148,6 +148,7 @@ jobs:
- name: Install xmllint (for rest)
run: |
sudo apt-get update
sudo apt-get install libxml2-utils
# see https://github.com/versity/versitygw/issues/1034