Skip to content

chore(deps): 升级 infrastructure 依赖,解决 openai 调用问题 #21

chore(deps): 升级 infrastructure 依赖,解决 openai 调用问题

chore(deps): 升级 infrastructure 依赖,解决 openai 调用问题 #21

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
strategy:
matrix:
go-version: [ '1.22', 'stable' ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go ${{ matrix.go-version }}
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest
args: --config=.golangci.yaml --timeout=10m