.github/workflows/main.yml: bump Go version from 1.13 to 1.15 in order to support url.Redacted()

This commit is contained in:
Aliaksandr Valialkin 2022-10-29 05:20:10 +03:00
parent 17839691f2
commit b2edcdcdd1
No known key found for this signature in database
GPG Key ID: A72BEC6CD3D0DED1

View File

@ -10,7 +10,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v1
with:
go-version: 1.13
go-version: 1.15
id: go
- name: Code checkout
uses: actions/checkout@v1