Skip to content

Commit e8d23ca

Browse files
build(deps): update actions/setup-go action to v3.2.1 (#154)
Signed-off-by: Renovate Bot <[email protected]> Signed-off-by: Renovate Bot <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8aafd2c commit e8d23ca

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/actions/unit-tests/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ runs:
99
- name: Check out code.
1010
uses: actions/[email protected]
1111
- name: Install Go
12-
uses: actions/[email protected].0
12+
uses: actions/[email protected].1
1313
with:
1414
go-version-file: "go.mod"
1515
- name: Install gotestsum

.github/workflows/initrepo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Checkout
1919
uses: actions/[email protected]
2020
- name: Setup Go
21-
uses: actions/[email protected].0
21+
uses: actions/[email protected].1
2222
with:
2323
go-version-file: "go.mod"
2424
- run: go version

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/[email protected]
3131

3232
- name: Install Go
33-
uses: actions/[email protected].0
33+
uses: actions/[email protected].1
3434
with:
3535
go-version-file: "go.mod"
3636

.github/workflows/reviewdog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- name: Check out code.
99
uses: actions/[email protected]
1010
- name: Set up Go
11-
uses: actions/[email protected].0
11+
uses: actions/[email protected].1
1212
with:
1313
go-version-file: "go.mod"
1414
id: go

0 commit comments

Comments
 (0)