Skip to content

Bump golang.org/x/text from 0.14.0 to 0.15.0 in the dependencies group #35

Bump golang.org/x/text from 0.14.0 to 0.15.0 in the dependencies group

Bump golang.org/x/text from 0.14.0 to 0.15.0 in the dependencies group #35

Workflow file for this run

---
name: test
on:
push:
branches:
- master
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]
integration-test:
uses: mackerelio/workflows/.github/workflows/[email protected]
with:
run: make testmetric
# For now, neither macos-12 or -13 runners does not have Docker toolbox.
# Furthermore windows runners fails to authenticate the client with a credential.
# Thus we drop these OSes from default OSes defined in setup-go-matrix workflow.
os-versions: '["ubuntu-22.04"]'