Skip to content

Commit

Permalink
chore(deps): update actions/setup-go to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 10, 2023
1 parent 4e38837 commit 85fdb46
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.1
- name: 'Setup Go action'
uses: actions/setup-go@v4.1.0
uses: actions/setup-go@v5.0.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.1
- name: 'Setup Go action'
uses: actions/setup-go@v4.1.0
uses: actions/setup-go@v5.0.0
with:
go-version: ${{ inputs.go_version }}
- name: 'Go test (with coverage)'
Expand Down

0 comments on commit 85fdb46

Please sign in to comment.