mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
.github/workflows: use master branch for 'actions/setup-go' and 'actions/checkout'
This commit is contained in:
parent
24461153bf
commit
77bea69fab
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue