Skip to content

Commit

Permalink
Bump actions/setup-go from 2.1.4 to 2.2.0 (#251)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2.1.4 to 2.2.0.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v2.1.4...v2.2.0)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 16, 2022
1 parent 366e86f commit 701c604
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/terraform_provider.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:

- name: Set up Go
uses: actions/setup-go@v2.1.4
uses: actions/setup-go@v2.2.0
with:
go-version: '1.16'
id: go
Expand All @@ -38,7 +38,7 @@ jobs:
steps:

- name: Set up Go
uses: actions/setup-go@v2.1.4
uses: actions/setup-go@v2.2.0
with:
go-version: '1.16'
id: go
Expand All @@ -62,7 +62,7 @@ jobs:
steps:

- name: Set up Go
uses: actions/setup-go@v2.1.4
uses: actions/setup-go@v2.2.0
with:
go-version: '1.16'
id: go
Expand All @@ -86,7 +86,7 @@ jobs:
steps:

- name: Set up Go
uses: actions/setup-go@v2.1.4
uses: actions/setup-go@v2.2.0
with:
go-version: '1.16'
id: go
Expand All @@ -106,7 +106,7 @@ jobs:
steps:

- name: Set up Go
uses: actions/setup-go@v2.1.4
uses: actions/setup-go@v2.2.0
with:
go-version: '1.16'
id: go
Expand Down

0 comments on commit 701c604

Please sign in to comment.