Skip to content

Upgrade Go 1.22 and 1.21 by reusable workflow #29

Upgrade Go 1.22 and 1.21 by reusable workflow

Upgrade Go 1.22 and 1.21 by reusable workflow #29

Workflow file for this run

---
name: test
on:
push:
branches:
- main
tags:
- v*
pull_request:
env:
DEBIAN_FRONTEND: noninteractive
jobs:
lint:
uses: mackerelio/workflows/.github/workflows/[email protected]
test:
uses: mackerelio/workflows/.github/workflows/[email protected]
with:
# macOS runner doesn't run the docker daemon
os-versions: '["ubuntu-22.04", "windows-2022"]'
run: make test