Bump Go 1.13.13

Includes security fixes to the `crypto/x509` and `net/http` packages.

https://github.com/golang/go/issues?q=milestone%3AGo1.13.13+label%3ACherryPickApproved

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
Akihiro Suda
2020-07-15 14:24:48 +09:00
parent 4bec2dbd4f
commit c520f819a2
7 changed files with 14 additions and 14 deletions

View File

@@ -62,7 +62,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v1
with:
go-version: '1.13.12'
go-version: '1.13.13'
- name: Set env
shell: bash