From 7fbe50d09b956059e5ceaf03aa22d2c6234b9a1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 19:56:40 +0000 Subject: [PATCH] Bump goplus/setup-goplus from 1.1.0 to 1.1.1 Bumps [goplus/setup-goplus](https://github.com/goplus/setup-goplus) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/goplus/setup-goplus/releases) - [Commits](https://github.com/goplus/setup-goplus/compare/v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: goplus/setup-goplus dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index bb353ff..86699a6 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v3 - name: Set up Go/Go+ - uses: goplus/setup-goplus@v1.1.0 + uses: goplus/setup-goplus@v1.1.1 with: go-version: "1.18" gop-version: "main"