Skip to content

Bump mackerelio/workflows/.github/workflows/setup-go-matrix.yml from 1.8.0 to 1.9.0 #115

Bump mackerelio/workflows/.github/workflows/setup-go-matrix.yml from 1.8.0 to 1.9.0

Bump mackerelio/workflows/.github/workflows/setup-go-matrix.yml from 1.8.0 to 1.9.0 #115

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/go-lint.yml@52736435ff08612880b76fd6618ca82ae7bba420 # v1.8.0
test:
uses: mackerelio/workflows/.github/workflows/go-test.yml@09b7117485bc1a52a8ff736f2759f863bc657fcd # v1.9.0
testci:
uses: mackerelio/workflows/.github/workflows/setup-go-matrix.yml@09b7117485bc1a52a8ff736f2759f863bc657fcd # v1.9.0
with:
os-versions: '["ubuntu-22.04"]'
run: |
make testci