Skip to content

build(deps): Bump alpine from 3.21 to 3.23 #9

build(deps): Bump alpine from 3.21 to 3.23

build(deps): Bump alpine from 3.21 to 3.23 #9

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: go vet ./...
- run: go test -race -count=1 ./...
- run: go build ./cmd/sekiad ./cmd/sekiactl ./cmd/sekia-github ./cmd/sekia-slack ./cmd/sekia-linear ./cmd/sekia-gmail