From 892a2203006179843c11549fb4162d992d909f22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jun 2022 09:58:14 +0000 Subject: [PATCH] Bump thatisuday/go-cross-build from 1.0.2 to 1.1.0 Bumps [thatisuday/go-cross-build](https://github.com/thatisuday/go-cross-build) from 1.0.2 to 1.1.0. - [Release notes](https://github.com/thatisuday/go-cross-build/releases) - [Commits](https://github.com/thatisuday/go-cross-build/compare/v1.0.2...v1.1.0) --- updated-dependencies: - dependency-name: thatisuday/go-cross-build dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e378b78..276ac04 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - name: Generate build files - uses: thatisuday/go-cross-build@v1.0.2 + uses: thatisuday/go-cross-build@v1.1.0 with: platforms: 'linux/amd64, linux/ppc64le, darwin/amd64, darwin/arm64, windows/amd64' package: 'cmd/godotenv'