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.1 (#84)
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 18, 2022
1 parent 4214198 commit aefa24a
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/[email protected]
- name: Install Go
uses: actions/[email protected].0
uses: actions/[email protected].1
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/[email protected]
- name: Set up Go
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
go-version-file: "go.mod"
id: go
Expand Down

0 comments on commit aefa24a

Please sign in to comment.