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 211bea4 commit c1e0782Copy full SHA for c1e0782
.github/workflows/action.yml
@@ -8,7 +8,7 @@ jobs:
8
- name: set up Go environment
9
uses: actions/setup-go@v2
10
with:
11
- go-version: 1.15
+ go-version: 1.20
12
- name: check out
13
uses: actions/checkout@v2
14
- name: cache
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
- name: Setup Go
15
16
17
18
- name: Run GoReleaser
19
uses: goreleaser/goreleaser-action@v2
20
0 commit comments