Skip to content

Bump golang.org/x/image from 0.14.0 to 0.18.0 #177

Bump golang.org/x/image from 0.14.0 to 0.18.0

Bump golang.org/x/image from 0.14.0 to 0.18.0 #177

Workflow file for this run

name: Build and test
on: [push, pull_request]
jobs:
build:
name: Build and test
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: ^1.22
- name: Check out code into the Go module directory
uses: actions/checkout@v2
with:
submodules: recursive
- name: Build stitch tool
run: go build -v .
working-directory: ./bin/stitch
- name: Test stitch tool
run: go test -v .
working-directory: ./bin/stitch