Skip to content

Commit 69f3b92

Browse files
authored
v0.16.0
2 parents c2e8af6 + 13932a0 commit 69f3b92

File tree

133 files changed

+5154
-7568
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

133 files changed

+5154
-7568
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: golangci-lint
22
on:
33
push:
44
branches:
5-
- master
6-
- main
5+
- testnet
6+
- staging
77
pull_request:
88
paths:
99
- 'operator/**'
@@ -26,13 +26,13 @@ jobs:
2626
- uses: actions/checkout@v4
2727
- uses: actions/setup-go@v5
2828
with:
29-
go-version: '1.22'
29+
go-version: '1.24'
3030
cache: false
3131
- name: golangci-lint
32-
uses: golangci/golangci-lint-action@v4
32+
uses: golangci/golangci-lint-action@v8
3333
with:
3434
# Require: The version of golangci-lint to use.
3535
# When `install-mode` is `binary` (default) the value can be v1.2 or v1.2.3 or `latest` to use the latest version.
3636
# When `install-mode` is `goinstall` the value can be v1.2.3, `latest`, or the hash of a commit.
37-
version: v1.54
37+
version: v2.1.6
3838
args: --timeout=5m

Makefile

Lines changed: 72 additions & 71 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)