.github/workflows/check-licenses.yml: use the correct version of Go - 1.20.1 - instead of 1.21.0

This commit is contained in:
Aliaksandr Valialkin 2023-02-27 19:25:13 -08:00
parent 95e1173423
commit 06854738b6
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1

View file

@ -17,7 +17,7 @@ jobs:
- name: Setup Go - name: Setup Go
uses: actions/setup-go@main uses: actions/setup-go@main
with: with:
go-version: 1.21.0 go-version: 1.20.1
id: go id: go
- name: Code checkout - name: Code checkout
uses: actions/checkout@master uses: actions/checkout@master