Skip to content

Commit

Permalink
Merge pull request #44 from terraform-linters/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/setup-go-v2.1.3

Bump actions/setup-go from v2.1.2 to v2.1.3
  • Loading branch information
wata727 committed Oct 18, 2020
2 parents 22eef6c + 2fe39f2 commit 2fd974f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2.1.2
uses: actions/setup-go@v2.1.3
with:
go-version: 1.15
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2.1.2
uses: actions/setup-go@v2.1.3
with:
go-version: 1.15
- name: Set env
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2.1.2
uses: actions/setup-go@v2.1.3
with:
go-version: 1.15
- name: Run GoReleaser
Expand Down

0 comments on commit 2fd974f

Please sign in to comment.