Skip to content

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

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

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

Workflow file for this run

name: Build and Test
on:
push:
branches: [main]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build Containers
id: docker_build
uses: docker/build-push-action@v6
with:
push: false
platforms: linux/arm64, linux/arm, linux/amd64
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
- run: go test ./...