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 fe02ff5 + 2bf460a commit c3b8adeCopy full SHA for c3b8ade
.github/workflows/release.yaml
@@ -10,7 +10,7 @@ jobs:
10
- name: Checkout
11
uses: actions/checkout@v3
12
- name: Setup Go
13
- uses: actions/setup-go@v3
+ uses: actions/setup-go@v4
14
with:
15
go-version: '1.15.x'
16
- name: Run GoReleaser
.github/workflows/test.yaml
@@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
17
steps:
18
19
20
21
22
0 commit comments