Skip to content

Commit 9006bed

Browse files
committed
ci: standardize naming conventions and update dependencies
- Rename "Checkout" to "Checkout repository" - Rename "Set up Go" to "Setup go" - Update GoReleaser action from v5 to v6 Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent 82afd2f commit 9006bed

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/goreleaser.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,18 @@ jobs:
1212
goreleaser:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- name: Checkout
15+
- name: Checkout repository
1616
uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 0
19-
- name: Set up Go
19+
20+
- name: Setup go
2021
uses: actions/setup-go@v5
2122
with:
22-
go-version-file: "go.mod"
23+
go-version-file: go.mod
2324
check-latest: true
2425
- name: Run GoReleaser
25-
uses: goreleaser/goreleaser-action@v5
26+
uses: goreleaser/goreleaser-action@v6
2627
with:
2728
# either 'goreleaser' (default) or 'goreleaser-pro'
2829
distribution: goreleaser

0 commit comments

Comments
 (0)