Skip to content

Commit

Permalink
patch(github-actions): update actions/setup-go ( v5.0.2 → v5.1.0 )
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-borboto[bot] authored Oct 24, 2024
1 parent 155cb0e commit 3203f07
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-actionlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
token: "${{ steps.app-token.outputs.token }}"

- name: Set up Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
with:
go-version: "${{ inputs.go-version }}"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-go-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
token: "${{ steps.app-token.outputs.token }}"

- name: Set up Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
with:
go-version: "${{ inputs.go-version }}"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-go-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
token: "${{ steps.app-token.outputs.token }}"

- name: Set up Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
with:
go-version: "${{ inputs.go-version }}"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-go-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
token: "${{ steps.app-token.outputs.token }}"

- name: Set up Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
with:
go-version: "${{ inputs.go-version }}"

Expand Down

0 comments on commit 3203f07

Please sign in to comment.