We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 971e658 commit 4e393fdCopy full SHA for 4e393fd
.github/workflows/go.yml
@@ -10,7 +10,7 @@ jobs:
10
11
steps:
12
- name: Set up Go 1.13
13
- uses: actions/setup-go@v1
+ uses: actions/setup-go@v2-beta
14
with:
15
go-version: 1.13
16
.github/workflows/lint.yml
@@ -12,7 +12,7 @@ jobs:
17
18
.github/workflows/releases.yml
- name: Checkout
uses: actions/checkout@v2
- name: Generate changelog
0 commit comments