From 7f0a9ef16c1feada0bce4e2e4a7102ff925ae9be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 06:38:54 +0000 Subject: [PATCH] Bump mackerelio/workflows from 1.0.2 to 1.1.0 Bumps [mackerelio/workflows](https://github.com/mackerelio/workflows) from 1.0.2 to 1.1.0. - [Release notes](https://github.com/mackerelio/workflows/releases) - [Commits](https://github.com/mackerelio/workflows/compare/v1.0.2...v1.1.0) --- updated-dependencies: - dependency-name: mackerelio/workflows dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/goreleaser.yml | 2 +- .github/workflows/test.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 4bb55f3..b0d1fcb 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -6,4 +6,4 @@ on: - "v[0-9]+.[0-9]+.[0-9]+" jobs: goreleaser: - uses: mackerelio/workflows/.github/workflows/goreleaser.yml@v1.0.2 + uses: mackerelio/workflows/.github/workflows/goreleaser.yml@v1.1.0 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6e87033..5475611 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,11 +12,11 @@ env: DEBIAN_FRONTEND: noninteractive jobs: lint: - uses: mackerelio/workflows/.github/workflows/go-lint.yml@v1.0.2 + uses: mackerelio/workflows/.github/workflows/go-lint.yml@v1.1.0 test: - uses: mackerelio/workflows/.github/workflows/go-test.yml@v1.0.2 + uses: mackerelio/workflows/.github/workflows/go-test.yml@v1.1.0 integration-test: - uses: mackerelio/workflows/.github/workflows/setup-go-matrix.yml@v1.0.2 + uses: mackerelio/workflows/.github/workflows/setup-go-matrix.yml@v1.1.0 with: run: make testmetric # For now, neither macos-12 or -13 runners does not have Docker toolbox.