Skip to content

Commit

Permalink
Update sumocli-build.yml
Browse files Browse the repository at this point in the history
updated go environment version to 1.16.2
  • Loading branch information
wizedkyle authored Apr 7, 2021
1 parent 2c3e236 commit 6b8972e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/sumocli-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
steps:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '1.16.2'
- name: Setup Dotnet
uses: actions/setup-dotnet@v1
with:
Expand Down Expand Up @@ -100,6 +102,8 @@ jobs:
steps:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '1.16.2'
- name: Checkout Repo
uses: actions/checkout@v2
- name: Download Dependencies
Expand Down Expand Up @@ -134,6 +138,8 @@ jobs:
steps:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '1.16.2'
- name: Checkout Repo
uses: actions/checkout@v2
- name: Download Dependencies
Expand Down Expand Up @@ -168,6 +174,8 @@ jobs:
steps:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '1.16.2'
- name: Checkout Repo
uses: actions/checkout@v2
- name: Download Dependencies
Expand Down

0 comments on commit 6b8972e

Please sign in to comment.