Skip to content

build(deps): bump golang.org/x/image from 0.13.0 to 0.18.0 #546

build(deps): bump golang.org/x/image from 0.13.0 to 0.18.0

build(deps): bump golang.org/x/image from 0.13.0 to 0.18.0 #546

Workflow file for this run

name: UnitTestExampleCodes
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
unit_test:
name: Unit test for example codes (linux)
strategy:
matrix:
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1"
check-latest: true
- name: Run tests for example codes
run: make test-examples