Skip to content

Commit

Permalink
Bump actions/setup-go from 2.1.3 to 2.1.4
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 26, 2021
1 parent 3b6e27b commit 9e5d011
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v2.1.3
uses: actions/setup-go@v2.1.4
with:
go-version: 1.16
- name: Checkout code
Expand All @@ -27,7 +27,7 @@ jobs:
steps:
- name: Install Go
if: success()
uses: actions/setup-go@v2.1.3
uses: actions/setup-go@v2.1.4
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
Expand All @@ -40,7 +40,7 @@ jobs:
steps:
- name: Install Go
if: success()
uses: actions/setup-go@v2.1.3
uses: actions/setup-go@v2.1.4
with:
go-version: 1.16
- name: Checkout code
Expand Down

0 comments on commit 9e5d011

Please sign in to comment.