Skip to content

Commit

Permalink
lock go version in actions (elastic#1283)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebeahan committed Mar 4, 2021
1 parent 31bbdd6 commit 53b27ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '^1.13.1'
go-version: '1.15.x'
- uses: actions/setup-python@v2
with:
python-version: '3.x'
Expand Down

0 comments on commit 53b27ba

Please sign in to comment.