Skip to content

Commit

Permalink
checkout code into gomodules
Browse files Browse the repository at this point in the history
  • Loading branch information
fafg committed May 3, 2020
1 parent 2ec83f8 commit eb0f023
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/event-hubs-cli-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,16 @@ jobs:
build:
name: Build
runs-on: ubuntu-latest

steps:
- name: Set up Go 1.14.x
uses: actions/setup-go@v2
with:
go-version: ^1.14
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v2

- name: Build
shell: bash
run: |
Expand Down

0 comments on commit eb0f023

Please sign in to comment.