Skip to content

Commit

Permalink
up version of actions checkout?
Browse files Browse the repository at this point in the history
  • Loading branch information
blobbered committed Nov 9, 2020
1 parent 94a32c7 commit a3a7b6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ jobs:
matrix:
go: ["1.14", "1.13", "1.12"]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
- uses: actions/setup-go@v2-beta
with:
go-version: ${{ matrix.go }}
- run: go build -x -work ./cmds/...
node-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
- uses: actions/setup-node@v1
with:
node-version: "10.x"
Expand All @@ -25,7 +25,7 @@ jobs:
matrix:
go: ["1.14", "1.13", "1.12"]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
- uses: actions/setup-go@v2-beta
with:
go-version: ${{ matrix.go }}
Expand Down

0 comments on commit a3a7b6f

Please sign in to comment.