Skip to content

Commit

Permalink
Bump actions/setup-go from 2.1.4 to 2.1.5 (#198)
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.1.5.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v2.1.4...v2.1.5)

---
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>
  • Loading branch information
dependabot[bot] authored Jan 20, 2022
1 parent 65db3af commit f940c4b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Set up Go
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
go-version: 1.16.x
- uses: actions/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Set up Go 1.16
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
go-version: 1.16
id: go
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Set up Go 1.16
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
go-version: 1.16
id: go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Unshallow
run: git fetch --prune --unshallow
- name: Set up Go
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
go-version: 1.16.x
- name: Upgrade upx
Expand Down

0 comments on commit f940c4b

Please sign in to comment.