Skip to content

Commit

Permalink
Update actions/setup-go action to v5 (#85)
Browse files Browse the repository at this point in the history
Co-authored-by: Ehsan Livani <[email protected]>
  • Loading branch information
lunar-renovate and EhsanLunar authored Dec 11, 2023
1 parent 5028da8 commit 3a2ec6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.19.0
- name: Cache Go modules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.19.0
- name: Cache Go modules
Expand Down

0 comments on commit 3a2ec6e

Please sign in to comment.