Skip to content

Bump github.com/openvex/go-vex from 0.2.5 to 0.2.7 #105

Bump github.com/openvex/go-vex from 0.2.5 to 0.2.7

Bump github.com/openvex/go-vex from 0.2.5 to 0.2.7 #105

Workflow file for this run

name: CI
on:
push:
branches:
- master
- 'release/**'
pull_request:
jobs:
main:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 'stable'
- run: go test -covermode=atomic -race -v ./...
- name: golangci-lint
uses: golangci/[email protected]
with:
args: --timeout=10m --verbose
- run: go install ./cmd/vexllm