Skip to content

Commit

Permalink
chore(deps): update actions/setup-go action to v5.0.1 (#277)
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 May 2, 2024
1 parent b220cd1 commit c38901a
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.0
uses: actions/setup-go@v5.0.1
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.0
uses: actions/setup-go@v5.0.1
with:
go-version: "1.20"
- name: Setup Go Environment
Expand Down

0 comments on commit c38901a

Please sign in to comment.