~bigbes/core-go

ref: bd40a71a935abdd736c33c175a8c69c58541a9fd core-go/.builds/alpine.yml -rw-r--r-- 179 bytes
bd40a71a — Drew DeVault auth: add auth.IPAddress 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
image: alpine/3.17
packages:
  - go
sources:
 - https://git.sr.ht/~sircmpwn/core-go
tasks:
- build: |
    cd core-go
    go build ./...
- test: |
    cd core-go
    go test ./...