~bigbes/core-go

ref: e36951dabc29afa20b3c1bcc06365b2b8e322104 core-go/.builds/alpine.yml -rw-r--r-- 179 bytes
e36951da — Conrad Hoffmann Update ProtonMail/go-crypto to v1.3.0 1 year, 1 month ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
image: alpine/3.20
packages:
  - go
sources:
 - https://git.sr.ht/~sircmpwn/core-go
tasks:
- build: |
    cd core-go
    go build ./...
- test: |
    cd core-go
    go test ./...