Skip to content

chore(deps): bump github.com/gaissmai/bart from 0.28.1 to 0.29.0 #224

chore(deps): bump github.com/gaissmai/bart from 0.28.1 to 0.29.0

chore(deps): bump github.com/gaissmai/bart from 0.28.1 to 0.29.0 #224

Workflow file for this run

name: 🔨 Build Test
on:
pull_request:
workflow_dispatch:
jobs:
build:
name: Test Builds
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v7
with:
go-version: 1.24.x
- name: Check out code
uses: actions/checkout@v7
- name: Test
run: go test ./...
- name: Build
run: go run main.go
working-directory: examples/