Skip to content

Commit

Permalink
Merge pull request #31 from thaJeztah/update_go
Browse files Browse the repository at this point in the history
GHA: update Go to 1.15.7, actions/setup-go@v2
  • Loading branch information
estesp committed Jan 29, 2021
2 parents 0724c46 + 327906c commit aa2106e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

strategy:
matrix:
go-version: [1.15.2]
go-version: [1.15.7]
os: [ubuntu-18.04]

steps:
Expand Down Expand Up @@ -59,9 +59,9 @@ jobs:
with:
path: src/github.com/containerd/fifo

- uses: actions/setup-go@v1
- uses: actions/setup-go@v2
with:
go-version: 1.15.2
go-version: 1.15.7

- run: make test
working-directory: src/github.com/containerd/fifo

0 comments on commit aa2106e

Please sign in to comment.