Skip to content

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

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 #593

Workflow file for this run

name: Blackbox Tests
on:
push:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.18
uses: actions/setup-go@v2
with:
go-version: 1.18
- name: Check out source code
uses: actions/checkout@v2
- name: Build
env:
GOPROXY: "https://proxy.golang.org"
run: make build
- name: Blackbox tests
env:
GOPROXY: "https://proxy.golang.org"
run: make bbtest