Skip to content

Commit f9f37fb

Browse files
authored
lock go version in actions (#1283)
1 parent 2cce025 commit f9f37fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v2
1111
- uses: actions/setup-go@v2
1212
with:
13-
go-version: '^1.13.1'
13+
go-version: '1.15.x'
1414
- uses: actions/setup-python@v2
1515
with:
1616
python-version: '3.x'

0 commit comments

Comments
 (0)