Skip to content

Commit f57e7f0

Browse files
authored
go/goreleaser version bump
1 parent aaab1be commit f57e7f0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
version: 2
12
name: ci
23
on:
34
push:
@@ -11,7 +12,7 @@ jobs:
1112
- name: Setup Go
1213
uses: actions/setup-go@v1
1314
with:
14-
go-version: '1.20'
15+
go-version: '1.23'
1516
- name: GoReleaser
1617
uses: goreleaser/goreleaser-action@v1
1718
with:

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
version: 2
12
name: release
23
on:
34
push:
@@ -12,7 +13,7 @@ jobs:
1213
- name: Setup Go
1314
uses: actions/setup-go@v1
1415
with:
15-
go-version: '1.20'
16+
go-version: '1.23'
1617
- name: GoReleaser
1718
uses: goreleaser/goreleaser-action@v1
1819
with:

0 commit comments

Comments
 (0)