Skip to content

fix(deps): update all non-major dependencies #186

fix(deps): update all non-major dependencies

fix(deps): update all non-major dependencies #186

Workflow file for this run

name: Build go project
on:
push:
branches:
- "**"
pull_request:
branches:
- "**"
jobs:
test:
uses: nezuchan/workflows/.github/workflows/golang-compile-test.yml@f1fd8acd1eb6ee76f944ab700ce7beafec5519c0 # main
with:
ADDITIONAL_PACKAGES: "libvips-dev"
TARGET_FILE: "cmd/server/main.go"