Skip to content

Commit 344806f

Browse files
committed
ci: update dependencies and streamline Go versions
- Reduce supported Go versions to 1.18, 1.19, and '1.20' - Update actions/setup-go to v4 - Update goreleaser/goreleaser-action to v4 Signed-off-by: appleboy <appleboy.tw@gmail.com>
1 parent b9b5dec commit 344806f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
matrix:
2929
os: [ubuntu-latest]
30-
go: [1.14, 1.15, 1.16, 1.17, 1.18, 1.19, '1.20']
30+
go: [1.18, 1.19, '1.20']
3131
include:
3232
- os: ubuntu-latest
3333
go-build: ~/.cache/go-build

.github/workflows/goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
fetch-depth: 0
2020
-
2121
name: Set up Go
22-
uses: actions/setup-go@v2
22+
uses: actions/setup-go@v4
2323
with:
2424
go-version: 1.17
2525
-
2626
name: Run GoReleaser
27-
uses: goreleaser/goreleaser-action@v3
27+
uses: goreleaser/goreleaser-action@v4
2828
with:
2929
# either 'goreleaser' (default) or 'goreleaser-pro'
3030
distribution: goreleaser

0 commit comments

Comments
 (0)