Skip to content

Commit

Permalink
Update github action go to 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed Aug 12, 2020
1 parent 9424852 commit 14e7ae5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v1

- name: Set up Go 1.14
- name: Set up Go 1.15
id: go
uses: actions/setup-go@v1
with:
go-version: 1.14
go-version: 1.15

- name: Set up Docker Buildx
id: buildx
Expand Down

0 comments on commit 14e7ae5

Please sign in to comment.