Skip to content

Commit 3a949a8

Browse files
committed
chore: make lint happy
1 parent e827005 commit 3a949a8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
goarch: arm
2323
- goos: windows
2424
goarch: arm64
25+
- goos: windows
26+
goarch: 386
2527
fail-fast: true
2628
steps:
2729
- uses: actions/checkout@master

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/setup-go@master
1818
with:
19-
go-version: '"1.20"'
19+
go-version: "1.20"
2020

2121
- name: Run GoReleaser
2222
uses: goreleaser/goreleaser-action@master

0 commit comments

Comments
 (0)