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 aaab1be commit f57e7f0Copy full SHA for f57e7f0
.github/workflows/ci.yml
@@ -1,3 +1,4 @@
1
+version: 2
2
name: ci
3
on:
4
push:
@@ -11,7 +12,7 @@ jobs:
11
12
- name: Setup Go
13
uses: actions/setup-go@v1
14
with:
- go-version: '1.20'
15
+ go-version: '1.23'
16
- name: GoReleaser
17
uses: goreleaser/goreleaser-action@v1
18
.github/workflows/release.yml
name: release
@@ -12,7 +13,7 @@ jobs:
19
0 commit comments