Bump golang.org/x/text from 0.14.0 to 0.15.0 in the dependencies group #35
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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"]' |