Skip to content

Commit

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

Signed-off-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 12, 2022
1 parent 8aafd2c commit e8d23ca
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.2.0
uses: actions/setup-go@v3.2.1
with:
go-version-file: "go.mod"
- name: Install gotestsum
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/initrepo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.0.2
- name: Setup Go
uses: actions/setup-go@v3.2.0
uses: actions/setup-go@v3.2.1
with:
go-version-file: "go.mod"
- run: go version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/checkout@v3.0.2

- name: Install Go
uses: actions/setup-go@v3.2.0
uses: actions/setup-go@v3.2.1
with:
go-version-file: "go.mod"

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.2.0
uses: actions/setup-go@v3.2.1
with:
go-version-file: "go.mod"
id: go
Expand Down

0 comments on commit e8d23ca

Please sign in to comment.