Skip to content

fix deprecated field #5230

fix deprecated field

fix deprecated field #5230

Workflow file for this run

name: Go CI
on:
- push
jobs:
go-test:
strategy:
matrix:
go-version: [1.20.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- run: go test -race -v ./...