Skip to content

Commit

Permalink
remove install custom golang version step
Browse files Browse the repository at this point in the history
  • Loading branch information
acodeninja committed Jan 13, 2020
1 parent d32e419 commit b7de740
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ jobs:
name: Release Candidate Pipeline
runs-on: ubuntu-latest
steps:
- name: Set up go v1.13
uses: actions/setup-go@v1
with:
go-version: 1.13
id: go

- name: Checkout code
uses: actions/checkout@v1

Expand Down

0 comments on commit b7de740

Please sign in to comment.