We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8ec4ca commit 3037a99Copy full SHA for 3037a99
.github/workflows/pr-check.yaml
@@ -6,7 +6,7 @@ on:
6
jobs:
7
lint:
8
name: Lint
9
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
10
steps:
11
- uses: actions/checkout@v2
12
- name: golangci-lint
@@ -16,7 +16,7 @@ jobs:
16
17
build:
18
name: Test & Build
19
20
21
- name: Setup up Go 1.x
22
uses: actions/setup-go@v2
.github/workflows/release.yaml
@@ -14,7 +14,7 @@ env:
14
15
push:
name: Push images
- name: Check out code
@@ -67,7 +67,7 @@ jobs:
67
68
release:
69
name: Release
70
71
72
# Run only if previous job has succeeded
73
needs: [push]
0 commit comments