Skip to content

Commit 945a1e2

Browse files
build: update github actions
1 parent 3cf2082 commit 945a1e2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: actions/setup-go@v5
1515
with:
16-
go-version: '1.22'
16+
go-version: '1.26'
1717
- name: Run GoReleaser
1818
uses: goreleaser/goreleaser-action@v5
1919
with:
@@ -28,10 +28,10 @@ jobs:
2828
- uses: actions/checkout@v4
2929
- uses: actions/setup-go@v5
3030
with:
31-
go-version: '1.22'
31+
go-version: '1.26'
3232
- uses: golangci/golangci-lint-action@v6
3333
with:
34-
version: v1.58.1
34+
version: v1.64.8
3535
args: --timeout 3m
3636

3737
test:
@@ -41,7 +41,7 @@ jobs:
4141
- uses: actions/checkout@v4
4242
- uses: actions/setup-go@v5
4343
with:
44-
go-version: '1.22'
44+
go-version: '1.26'
4545
- name: Run tests
4646
run: go run github.com/onsi/ginkgo/v2/ginkgo -r -cover -race -covermode=atomic -randomize-all -randomize-suites
4747
- name: Upload coverage to Codecov
@@ -62,7 +62,7 @@ jobs:
6262
- uses: actions/checkout@v4
6363
- uses: actions/setup-go@v5
6464
with:
65-
go-version: '1.22'
65+
go-version: '1.26'
6666

6767
- name: Login to GitHub Container Registry
6868
uses: docker/login-action@v3

0 commit comments

Comments
 (0)