Skip to content

Use aptly version 1.5.0 #1466

Use aptly version 1.5.0

Use aptly version 1.5.0 #1466

Workflow file for this run

name: CI
on: [pull_request, workflow_dispatch]
env:
GO_VERSION: "1.23"
jobs:
main:
name: CI
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Alex test
run: |
brew install [email protected]
which aptly
aptly help
aptly --version
- name: Build
uses: ./.github/actions/build
with:
go-version: ${{ env.GO_VERSION }}
- name: Lint
run: make lint
- name: Test
run: make test