Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
build(deps): update actions/setup-go action to v3.2.0 (#76)
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <bot@renovateapp.com>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Jul 8, 2022
1 parent 89fe7d2 commit 1098e15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/unit-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ runs:
- name: Check out code.
uses: actions/checkout@v3.0.2
- name: Install Go
uses: actions/setup-go@v3.1.0
uses: actions/setup-go@v3.2.0
with:
go-version-file: "go.mod"
- name: Test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- name: Check out code.
uses: actions/checkout@v3.0.2
- name: Set up Go
uses: actions/setup-go@v3.1.0
uses: actions/setup-go@v3.2.0
with:
go-version-file: "go.mod"
id: go
Expand Down

0 comments on commit 1098e15

Please sign in to comment.