Files
mc-router/.github/workflows/test.yml
T
Geoff Bourne c834ffd862 build: upgrade to Go 1.24.1 and k8s client to 0.32.3
* build: upgrade to Go 1.23.7

* build: upgrade to Go 1.24.1

Also
- github.com/prometheus/client_golang v1.21.1
- k8s 0.32.3
- golang.org/x/text v0.23.0
2025-03-16 14:13:36 -05:00

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.24.1"