We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e4ba0e1 + 56718b8 commit 2d9a013Copy full SHA for 2d9a013
.github/workflows/action.yaml
@@ -7,6 +7,8 @@ jobs:
7
steps:
8
- name: set up Go environment
9
uses: actions/setup-go@v3
10
+ with:
11
+ go-version: '1.20'
12
- name: check out
13
uses: actions/checkout@v3
14
- name: cache
.github/workflows/release.yaml
@@ -13,6 +13,8 @@ jobs:
fetch-depth: 0
- name: Setup Go
15
16
17
18
- name: Run GoReleaser
19
uses: goreleaser/goreleaser-action@v4
20
with:
0 commit comments