Skip to content

Commit 9281f73

Browse files
authored
Merge branch 'main' into lk/fix-flipt-export-ids
2 parents 7a7caac + 94735fc commit 9281f73

Some content is hidden

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

49 files changed

+1456
-4208
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG GO_VERSION=1.24
1+
ARG GO_VERSION=1.25
22

33
FROM golang:${GO_VERSION}
44

.github/.kodiak.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
version = 1
33

44
[approve]
5-
auto_approve_usernames = ["dependabot"]
5+
auto_approve_usernames = ["renovate", "dependabot"]
66

77
[update]
88
always = true
9-
ignored_usernames = ["dependabot"]
9+
ignored_usernames = ["renovate", "dependabot"]
1010

1111
[merge]
1212
method = "squash"

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88

99
env:
10-
GO_VERSION: "1.24"
10+
GO_VERSION: "1.25"
1111

1212
jobs:
1313
benchmark:

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88

99
env:
10-
GO_VERSION: "1.24"
10+
GO_VERSION: "1.25"
1111
DAGGER_VERSION: "0.18.12"
1212

1313
concurrency:

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88

99
env:
10-
GO_VERSION: "1.24"
10+
GO_VERSION: "1.25"
1111

1212
jobs:
1313
go-lint:
@@ -26,7 +26,7 @@ jobs:
2626
uses: golangci/[email protected]
2727
with:
2828
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
29-
version: v2.1.6
29+
version: v2.4.0
3030
args: --timeout=10m
3131

3232
ui-lint:

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ permissions:
77
packages: write
88

99
env:
10-
GO_VERSION: "1.24"
10+
GO_VERSION: "1.25"
1111

1212
jobs:
1313
nightly-build:

.github/workflows/proto-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4
1313

14-
- uses: bufbuild/buf-setup-action@v1.26.0
14+
- uses: bufbuild/buf-setup-action@v1.50.0
1515
with:
1616
github_token: ${{ secrets.GITHUB_TOKEN }}
1717

.github/workflows/proto.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
- "rpc/**"
1313

1414
env:
15-
GO_VERSION: "1.24"
15+
GO_VERSION: "1.25"
1616

1717
jobs:
1818
proto-lint:
@@ -46,7 +46,7 @@ jobs:
4646
check-latest: true
4747
cache: true
4848

49-
- uses: bufbuild/buf-setup-action@v1.26.0
49+
- uses: bufbuild/buf-setup-action@v1.50.0
5050
with:
5151
github_token: ${{ secrets.GITHUB_TOKEN }}
5252

.github/workflows/release-tag-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111
packages: write
1212

1313
env:
14-
GO_VERSION: "1.24"
14+
GO_VERSION: "1.25"
1515

1616
jobs:
1717
tag-latest:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99
packages: write
1010

1111
env:
12-
GO_VERSION: "1.24"
12+
GO_VERSION: "1.25"
1313

1414
jobs:
1515
build:

0 commit comments

Comments
 (0)