Skip to content

Bump golang.org/x/image from 0.29.0 to 0.38.0 #296

Bump golang.org/x/image from 0.29.0 to 0.38.0

Bump golang.org/x/image from 0.29.0 to 0.38.0 #296

Workflow file for this run

name: Build Sanity Check
on:
pull_request:
types:
- opened
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.26.1"
- name: Prepare Dependencies and Build
run: make dist