.github/workflows: use master branch for 'actions/setup-go' and 'actions/checkout'

This commit is contained in:
Aliaksandr Valialkin 2020-04-24 14:41:21 +03:00
parent 24461153bf
commit 77bea69fab

View file

@ -14,12 +14,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/setup-go@v1
uses: actions/setup-go@master
with:
go-version: 1.13
id: go
- name: Code checkout
uses: actions/checkout@v1
uses: actions/checkout@master
- name: Dependencies
env:
GO111MODULE: off