Skip to content

Commit

Permalink
add minimum version of golang 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabiano Graças authored and fafg committed Feb 18, 2021
1 parent 8f22800 commit f4749c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/event-hubs-cli-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.14.x
- name: Set up Go 1.15.x
uses: actions/setup-go@v2
with:
go-version: ^1.14
go-version: ^1.15
id: go

- name: Check out code into the Go module directory
Expand All @@ -41,10 +41,10 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- name: Set up Go 1.14.x
- name: Set up Go 1.15.x
uses: actions/setup-go@v2
with:
go-version: ^1.14
go-version: ^1.15
id: go

- name: Check out code into the Go module directory
Expand Down

0 comments on commit f4749c6

Please sign in to comment.