Skip to content

Commit 0fcc80e

Browse files
Bump actions/setup-go from 2.1.3 to 2.1.4 (#113)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2.1.3 to 2.1.4. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v2.1.3...v2.1.4) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 15c1cb9 commit 0fcc80e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Checkout
2222
uses: actions/checkout@v2
2323
- name: Set up Go
24-
uses: actions/[email protected].3
24+
uses: actions/[email protected].4
2525
with:
2626
go-version: 1.16
2727
- name: Run tests

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Checkout
2525
uses: actions/checkout@v2
2626
- name: Set up Go
27-
uses: actions/[email protected].3
27+
uses: actions/[email protected].4
2828
with:
2929
go-version: 1.16
3030
- name: Install TFLint

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
fetch-depth: 0
1818
- name: Set up Go
19-
uses: actions/[email protected].3
19+
uses: actions/[email protected].4
2020
with:
2121
go-version: 1.16
2222
- name: Run GoReleaser

0 commit comments

Comments
 (0)