Skip to content

Commit

Permalink
chore(deps): update actions/setup-go action from v4.0.0 to v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
figure-renovate[bot] committed Feb 24, 2024
1 parent 6169cf6 commit 7dfd290
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
-
Expand Down

0 comments on commit 7dfd290

Please sign in to comment.