We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8454ad5 + e8c3969 commit e4034acCopy full SHA for e4034ac
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Checkout
22
uses: actions/checkout@v2
23
- name: Set up Go
24
- uses: actions/setup-go@v1
+ uses: actions/setup-go@v2.1.2
25
with:
26
go-version: 1.15
27
- name: Run test
.github/workflows/lint.yml
@@ -15,7 +15,7 @@ jobs:
15
16
17
18
19
20
- name: Run linters
0 commit comments