Skip to content

Commit 5017ce2

Browse files
author
enzopang
committed
ci: upgrade github actions to latest versions
1 parent 555a3bf commit 5017ce2

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020

2121
steps:
2222
- name: Checkout code
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424
- name: Set up Go
25-
uses: actions/setup-go@v4
25+
uses: actions/setup-go@v5
2626
with:
2727
go-version: ${{ matrix.go-version }}
2828
- name: Run tests with race detector

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
go-version: ${{ matrix.go }}
2828
- name: golangci-lint
29-
uses: golangci/golangci-lint-action@v5
29+
uses: golangci/golangci-lint-action@v6
3030
with:
3131
version: v1.64
3232
args: --timeout=5m

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# More assembly might be required: Docker logins, GPG, etc.
2828
# It all depends on your needs.
2929
- name: Run GoReleaser
30-
uses: goreleaser/goreleaser-action@v5
30+
uses: goreleaser/goreleaser-action@v6
3131
with:
3232
# either 'goreleaser' (default) or 'goreleaser-pro'
3333
distribution: goreleaser

0 commit comments

Comments
 (0)