Skip to content

Commit

Permalink
Merge pull request buildpacks#880 from buildpacks/dependabot/github_a…
Browse files Browse the repository at this point in the history
…ctions/actions/setup-go-v2.1.3

Bump actions/setup-go from v2-beta to v2.1.3
  • Loading branch information
jromero authored Oct 20, 2020
2 parents cd8458a + 51c63ea commit eb1927b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
echo "::set-env name=PACK_VERSION::$version"
shell: bash
- name: Set up go
uses: actions/setup-go@v2-beta
uses: actions/setup-go@v2.1.3
with:
go-version: '1.14'
- name: Set up go env
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up go
uses: actions/setup-go@v2-beta
uses: actions/setup-go@v2.1.3
with:
go-version: '1.14'
- name: Set up go env
Expand Down

0 comments on commit eb1927b

Please sign in to comment.