Skip to content

Build image: Bump atc0005/go-ci from go-ci-unstable-cgo-mingw-w64-buildx64-v0.20.8 to go-ci-unstable-cgo-mingw-w64-buildx64-v0.21.2 in /dependabot/docker/builds/x64 #489

Build image: Bump atc0005/go-ci from go-ci-unstable-cgo-mingw-w64-buildx64-v0.20.8 to go-ci-unstable-cgo-mingw-w64-buildx64-v0.21.2 in /dependabot/docker/builds/x64

Build image: Bump atc0005/go-ci from go-ci-unstable-cgo-mingw-w64-buildx64-v0.20.8 to go-ci-unstable-cgo-mingw-w64-buildx64-v0.21.2 in /dependabot/docker/builds/x64 #489

Workflow file for this run

# Copyright 2022 Adam Chalkley
#
# https://github.com/atc0005/safelinks
#
# Licensed under the MIT License. See LICENSE file in the project root for
# full license information.
name: Lint and Build
# Run builds for Pull Requests (new, updated)
# `synchronized` seems to equate to pushing new commits to a linked branch
# (whether force-pushed or not)
on:
pull_request:
types: [opened, synchronize]
jobs:
lint_and_build_using_ci_matrix:
name: CI matrix
with:
os-dependencies: "make bsdmainutils gcc gcc-multilib gcc-mingw-w64 xz-utils libgl1-mesa-dev xorg-dev"
uses: atc0005/shared-project-resources/.github/workflows/lint-and-build-using-ci-matrix.yml@master
lint_and_build_using_makefile:
name: Makefile
with:
os-dependencies: "make bsdmainutils gcc gcc-multilib gcc-mingw-w64 xz-utils libgl1-mesa-dev xorg-dev"
uses: atc0005/shared-project-resources/.github/workflows/lint-and-build-using-make.yml@master