Skip to content

Bump github.com/k1LoW/tbls from 1.70.2 to 1.76.1 #234

Bump github.com/k1LoW/tbls from 1.70.2 to 1.76.1

Bump github.com/k1LoW/tbls from 1.70.2 to 1.76.1 #234

name: MultiVersionUnitTest
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
unit-test:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: ["1.18", "1.20"]
steps:
- uses: actions/checkout@v4
- name: Setup Go ${{ matrix.go-version }}
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- name: MultiVersionUnitTest
run: make test