Skip to content

Commit

Permalink
chore(deps): update actions/setup-go action to v5.3.0 (#343)
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 21, 2025
1 parent e6fac32 commit 88af57a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 @@ -14,7 +14,7 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5.2.0
uses: actions/setup-go@v5.3.0
with:
go-version: "1.22"
- name: Setup Go Environment
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5.2.0
uses: actions/setup-go@v5.3.0
with:
go-version: "1.22"
- name: Setup Go Environment
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
ref: ${{ github.head_ref }}
- name: Setup Go
uses: actions/setup-go@v5.2.0
uses: actions/setup-go@v5.3.0
with:
go-version: "1.22"
- name: Setup Go Environment
Expand Down

0 comments on commit 88af57a

Please sign in to comment.