Skip to content

Bump github.com/xuri/excelize/v2 from 2.8.1 to 2.9.0 #257

Bump github.com/xuri/excelize/v2 from 2.8.1 to 2.9.0

Bump github.com/xuri/excelize/v2 from 2.8.1 to 2.9.0 #257

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- name: Build
run: make build