Skip to content

Commit e5604bf

Browse files
committed
ci: update actions
1 parent a78b025 commit e5604bf

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v4
2121

2222
- name: Setup Go
23-
uses: actions/setup-go@v4
23+
uses: actions/setup-go@v5
2424
with:
2525
go-version-file: 'go.mod'
2626

@@ -59,14 +59,14 @@ jobs:
5959
- uses: actions/checkout@v4
6060

6161
- name: Setup Go
62-
uses: actions/setup-go@v4
62+
uses: actions/setup-go@v5
6363
with:
6464
go-version-file: 'go.mod'
6565

6666
- name: Build
6767
run: CGO_ENABLED=0 ${{ matrix.go-env.env }} go build -o out/
6868

69-
- uses: actions/upload-artifact@v3
69+
- uses: actions/upload-artifact@v4
7070
with:
7171
name: ${{ matrix.go-env.name }}
7272
path: out/**/*
@@ -77,11 +77,11 @@ jobs:
7777
- uses: actions/checkout@v4
7878

7979
- name: Setup Go
80-
uses: actions/setup-go@v4
80+
uses: actions/setup-go@v5
8181
with:
8282
go-version-file: 'go.mod'
8383

8484
- name: Run golangci-lint
85-
uses: golangci/golangci-lint-action@v3
85+
uses: golangci/golangci-lint-action@v6
8686
with:
8787
version: ${{ env.golangci_lint_version }}

0 commit comments

Comments
 (0)