From 642b92fe97b98ff9f9b820ed2fa3cd48a2e0b2fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 12:01:25 +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 ca87aed..9aac977 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: 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' package: 'src'