Skip to content

Commit

Permalink
Bump actions/setup-go from v2.1.2 to v2.1.3 (#941)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-go](https://github.com/actions/setup-go) from v2.1.2 to v2.1.3.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v2.1.2...37335c7)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Oct 5, 2020
1 parent f5df1ce commit a1f8db4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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: Restore Cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generated_code_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
submodules: true
- name: Set up Go
uses: actions/setup-go@v2.1.2
uses: actions/setup-go@v2.1.3
with:
go-version: 1.15
- name: Restore Cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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 linters
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 a1f8db4

Please sign in to comment.