Skip to content

Commit

Permalink
chore(ci): Update CI dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zerok committed Dec 14, 2020
1 parent 3026d9b commit 9baf511
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-go@v1.1.1
- uses: actions/setup-go@v1.1.3
with:
go-version: "1.13.1"
go-version: "1.15.6"
- name: Run tests
run: go test ./...

0 comments on commit 9baf511

Please sign in to comment.