Skip to content

Commit

Permalink
Add setup-go action to ci-master (GoogleCloudPlatform#664)
Browse files Browse the repository at this point in the history
  • Loading branch information
askmeegs authored Dec 16, 2021
1 parent c267d0a commit ff55498
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
- uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.100'
- uses: actions/setup-go@v2
with:
go-version: '1.17.5'
- name: Go Unit Tests
timeout-minutes: 10
run: |
Expand Down

0 comments on commit ff55498

Please sign in to comment.