mirror of
https://github.com/itzg/mc-router.git
synced 2024-11-28 12:35:21 +01:00
15 lines
214 B
YAML
15 lines
214 B
YAML
name: Test
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- master
|
|
pull_request:
|
|
branches: [ master ]
|
|
|
|
jobs:
|
|
build:
|
|
uses: itzg/github-workflows/.github/workflows/go-test.yml@main
|
|
with:
|
|
go-version: "1.22.5"
|