Skip to content

Commit 3c26ea4

Browse files
committed
updates on ci and goreleaser
Signed-off-by: cpanato <[email protected]>
1 parent 5398fb7 commit 3c26ea4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Go
1717
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
1818
with:
19-
go-version-file: ./go.mod
19+
go-version: '1.23'
2020
check-latest: true
2121

2222
- name: Set up QEMU
@@ -50,7 +50,7 @@ jobs:
5050
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5151
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
5252
with:
53-
go-version-file: ./go.mod
53+
go-version: '1.23'
5454
check-latest: true
5555

5656
- name: generate docs
@@ -71,9 +71,9 @@ jobs:
7171
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7272
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
7373
with:
74-
go-version-file: ./go.mod
74+
go-version: '1.23'
7575
check-latest: true
7676
- name: golangci-lint
7777
uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # v6.2.0
7878
with:
79-
version: v1.59
79+
version: v1.63

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Go
2424
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
2525
with:
26-
go-version-file: ./go.mod
26+
go-version: '1.23'
2727
check-latest: true
2828

2929
- name: Set up QEMU

.goreleaser.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ builds:
4545
archives:
4646
- format_overrides:
4747
- goos: windows
48-
format: zip
48+
formats: ["zip"]
4949
files:
5050
- LICENSE
5151
- README.md

0 commit comments

Comments
 (0)