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 80a68ad commit 64d2779Copy full SHA for 64d2779
2 files changed
.github/workflows/master.yml
@@ -16,7 +16,7 @@ permissions:
16
17
jobs:
18
lint:
19
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
20
steps:
21
- name: Checkout
22
uses: actions/checkout@v3
@@ -30,7 +30,7 @@ jobs:
30
with:
31
version: v1.54
32
build-and-test:
33
34
35
36
.github/workflows/release.yml
@@ -11,7 +11,7 @@ permissions:
11
12
13
goreleaser:
14
15
0 commit comments