Skip to content

S3 Backend: load keys from file with automatic reload #98

S3 Backend: load keys from file with automatic reload

S3 Backend: load keys from file with automatic reload #98

Workflow file for this run

name: Go Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.19', '1.18' ]
name: Go ${{ matrix.go }} tests
steps:
- uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
- name: Test
run: ./test.sh