Skip to content

Commit

Permalink
chore(deps): update actions/setup-go action to v5.0.2 (#293)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 15, 2024
1 parent 42d84ef commit 25632b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5.0.1
uses: actions/setup-go@v5.0.2
with:
go-version: "1.20"
- name: Setup Go Environment
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5.0.1
uses: actions/setup-go@v5.0.2
with:
go-version: "1.20"
- name: Setup Go Environment
Expand Down

0 comments on commit 25632b7

Please sign in to comment.