Skip to content

Commit

Permalink
tech: update setup-go action
Browse files Browse the repository at this point in the history
  • Loading branch information
its-felix committed Jul 28, 2024
1 parent 85a70bd commit 0c5d33a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build_and_test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
using: 'composite'
steps:
- name: 'Setup go'
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: '${{ inputs.working-directory }}/go.mod'
cache-dependency-path: '${{ inputs.working-directory }}/go.sum'
Expand Down

0 comments on commit 0c5d33a

Please sign in to comment.