Skip to content

Commit c0ebfc4

Browse files
authored
Support specifying additional AWS IAM trust relationships for roles managed by Otterize (#589)
1 parent 9488551 commit c0ebfc4

File tree

10 files changed

+1467
-132
lines changed

10 files changed

+1467
-132
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# Upgraded Go version? Make sure to upgrade it in the GitHub Actions setup, the Dockerfile and the go.mod as well, so the linter and tests run the same version.
2525
- uses: actions/setup-go@v3
2626
with:
27-
go-version: 1.21
27+
go-version: 1.22.1
2828

2929
- name: go vet
3030
run: go vet ./...
@@ -40,7 +40,7 @@ jobs:
4040
# Upgraded Go version? Make sure to upgrade it in the GitHub Actions setup, the Dockerfile and the go.mod as well, so the linter and tests run the same version.
4141
- uses: actions/setup-go@v3
4242
with:
43-
go-version: 1.21
43+
go-version: 1.22.1
4444

4545
- name: go build errorsNew linter
4646
run: CGO_ENABLED=1 go build -buildmode=plugin -o ../errorsnew.so ./plugin/errorsnew.go

src/go.mod

Lines changed: 22 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)