Skip to content

Commit

Permalink
Update to golang 1.17 in test runners
Browse files Browse the repository at this point in the history
Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
  • Loading branch information
Paulo Gomes committed Jan 27, 2022
1 parent cddb9b1 commit d6d7d49
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: build

on:
pull_request:
push:
Expand All @@ -15,6 +14,10 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.17.x
- name: Restore go cache
uses: actions/cache@v1
with:
Expand All @@ -35,6 +38,10 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.17.x
- name: Restore go cache
uses: actions/cache@v1
with:
Expand Down

0 comments on commit d6d7d49

Please sign in to comment.