Skip to content

General Build Image: Bump amd64/golang from 1.22.9-bullseye to 1.22.10-bullseye in /oldstable/build/cgo-mingw-w64-x64 #2278

General Build Image: Bump amd64/golang from 1.22.9-bullseye to 1.22.10-bullseye in /oldstable/build/cgo-mingw-w64-x64

General Build Image: Bump amd64/golang from 1.22.9-bullseye to 1.22.10-bullseye in /oldstable/build/cgo-mingw-w64-x64 #2278

# Copyright 2022 Adam Chalkley
#
# https://github.com/atc0005/go-ci
#
# Licensed under the MIT License. See LICENSE file in the project root for
# full license information.
name: Project Analysis
on:
pull_request:
# `synchronized` seems to equate to pushing new commits to a linked branch
# (whether force-pushed or not)
types: [opened, synchronize]
# Allow workflow to be triggered manually.
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows
workflow_dispatch:
jobs:
lint:
name: Lint
uses: atc0005/shared-project-resources/.github/workflows/lint-project-files.yml@master