Skip to content

chore(deps): bump golang.org/x/image from 0.36.0 to 0.38.0 #81

chore(deps): bump golang.org/x/image from 0.36.0 to 0.38.0

chore(deps): bump golang.org/x/image from 0.36.0 to 0.38.0 #81

Workflow file for this run

name: Go Test
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version-file: ./go.mod
cache: true
- name: Run tests
run: go test ./...