Skip to content

build(deps): bump github.com/nao1215/imaging from 1.0.8 to 1.0.9 #626

build(deps): bump github.com/nao1215/imaging from 1.0.8 to 1.0.9

build(deps): bump github.com/nao1215/imaging from 1.0.8 to 1.0.9 #626

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