Skip to content

Commit b24fa5e

Browse files
committed
Update go version in PR GitHub actions workflow to 1.15.13
Update the go version used in github actions to match the version used in the builder image Signed-off-by: Angel Misevski <[email protected]>
1 parent e4d7f7b commit b24fa5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Set up Go 1.x
1616
uses: actions/setup-go@v2
1717
with:
18-
go-version: 1.13
18+
go-version: 1.15.13
1919
-
2020
name: Set up Python 3.8
2121
uses: actions/setup-python@v2

0 commit comments

Comments
 (0)