~bigbes/core-go

ref: 42a4b67b2207e22026b4f6a51d758fe5bdccbf56 core-go/.builds/alpine.yml -rw-r--r-- 179 bytes
42a4b67b — Drew DeVault Switch from minio to AWS SDK S3 client 1 year, 18 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
image: alpine/3.22
packages:
  - go
sources:
 - https://git.sr.ht/~sircmpwn/core-go
tasks:
- build: |
    cd core-go
    go build ./...
- test: |
    cd core-go
    go test ./...