Skip to content

Commit

Permalink
chore: update actions/setup-go to v5 (#718)
Browse files Browse the repository at this point in the history
Co-authored-by: Rak Laptudirm <[email protected]>
  • Loading branch information
vil02 and raklaptudirm authored Apr 24, 2024
1 parent c5173f3 commit 833a3e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '^1.18'
- name: Run Golang CI Lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/godocmd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: '^1.18'
- name: Install GoDocMD
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload_coverage_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '^1.18'
- name: Generate code coverage
Expand Down

0 comments on commit 833a3e5

Please sign in to comment.