Skip to content

Commit

Permalink
chore(deps): update actions/setup-go action to v2.2.0 (#221)
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 Jan 9, 2024
1 parent 8a75619 commit ab0e94c
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@v2
- name: Setup Go
uses: actions/setup-go@v2.1.4
uses: actions/setup-go@v2.2.0
with:
go-version: "1.20"
- name: Setup Go Environment
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v2.1.4
uses: actions/setup-go@v2.2.0
with:
go-version: "1.20"
- name: Setup Go Environment
Expand Down

0 comments on commit ab0e94c

Please sign in to comment.