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.
1 parent 1e8710c commit a122ca0Copy full SHA for a122ca0
.github/workflows/build.yml
@@ -9,7 +9,7 @@ on:
9
jobs:
10
test:
11
name: Test
12
- runs-on: ubuntu-latest
+ runs-on: ubuntu-18.04
13
steps:
14
- name: Set up Go
15
uses: actions/setup-go@v2
@@ -26,7 +26,7 @@ jobs:
26
file: .coverprofile
27
build:
28
name: Build
29
30
needs: [test]
31
32
.github/workflows/release.yml
@@ -7,7 +7,7 @@ on:
7
8
goreleaser:
- name: Checkout
uses: actions/checkout@v2
0 commit comments