Skip to content

build(deps): bump github.com/liushuangls/go-anthropic/v2 from 2.8.2 to 2.9.0 #42

build(deps): bump github.com/liushuangls/go-anthropic/v2 from 2.8.2 to 2.9.0

build(deps): bump github.com/liushuangls/go-anthropic/v2 from 2.8.2 to 2.9.0 #42

Workflow file for this run

name: Build & test
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '>=1.22.0'
- name: Build
run: go build -v ./...
- name: Test with the Go CLI
run: go test ./...