Skip to content

Bump golang from 1.23.0-bookworm to 1.23.1-bookworm #37

Bump golang from 1.23.0-bookworm to 1.23.1-bookworm

Bump golang from 1.23.0-bookworm to 1.23.1-bookworm #37

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: 1.21.x
- run: go test -covermode=atomic -race -v ./...
- name: golangci-lint
uses: golangci/[email protected]
with:
version: v1.59.1
args: --timeout=10m --verbose
- run: go install ./cmd/vexllm