Skip to content

Fixed #152 bug where s3 backend failed to read empty files (#153) #241

Fixed #152 bug where s3 backend failed to read empty files (#153)

Fixed #152 bug where s3 backend failed to read empty files (#153) #241

Workflow file for this run

name: Go
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
strategy:
fail-fast: false
matrix:
go-version: ['1.20', 1.21]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
- name: Checkout code
uses: actions/checkout@v4
- name: Test
run: go test ./...