Skip to content

Bump golang.org/x/image from 0.21.0 to 0.41.0 #25

Bump golang.org/x/image from 0.21.0 to 0.41.0

Bump golang.org/x/image from 0.21.0 to 0.41.0 #25

Workflow file for this run

name: Go-build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.23.x'
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...