~bigbes/core-go

ref: c912a96a0444be89f4b4ed6d994f827869759da2 core-go/.builds/alpine.yml -rw-r--r-- 179 bytes
c912a96a — Drew DeVault Revert "auth: ensure semantic errors are bubbled up to user properly" 9 months 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 ./...