Skip to content

Commit

Permalink
chore(deps): update actions/setup-go to v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 24, 2024
1 parent c436411 commit 9f34533
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.lint.action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: 'Checkout source code'
uses: actions/checkout@v4.1.7
- name: 'Setup Go action'
uses: actions/setup-go@v5.0.1
uses: actions/setup-go@v5.1.0
with:
go-version: ${{ inputs.go_version }}
- name: Run linters
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go.test.action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: 'Checkout source code'
uses: actions/checkout@v4.1.7
- name: 'Setup Go action'
uses: actions/setup-go@v5.0.1
uses: actions/setup-go@v5.1.0
with:
go-version: ${{ inputs.go_version }}
- name: 'Go test (with coverage)'
Expand Down

0 comments on commit 9f34533

Please sign in to comment.