From 7dfd2906ac8b62c5b480c2c5118b23c95cea5026 Mon Sep 17 00:00:00 2001 From: "figure-renovate[bot]" Date: Sat, 24 Feb 2024 03:43:34 +0000 Subject: [PATCH] chore(deps): update actions/setup-go action from `v4.0.0` to `v4.1.0` --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ad26bf0..3ac928e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: brew tap mitchellh/gon brew install mitchellh/gon/gon - name: Setup go - uses: actions/setup-go@v4.0.0 + uses: actions/setup-go@v4.1.0 with: go-version: ${{ needs.build_init.outputs.go_version }} - name: Import Code-Signing Certificates @@ -60,7 +60,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Setup go - uses: actions/setup-go@v4.0.0 + uses: actions/setup-go@v4.1.0 with: go-version: ${{ needs.build_init.outputs.go_version }} - name: Build linux binary @@ -107,7 +107,7 @@ jobs: uses: actions/checkout@v3 - name: Setup go - uses: actions/setup-go@v4.0.0 + uses: actions/setup-go@v4.1.0 with: go-version: ${{ needs.build_init.outputs.go_version }} -