Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# 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.
- uses: actions/setup-go@v3
with:
go-version: 1.21
go-version: 1.22.1

- name: go vet
run: go vet ./...
Expand All @@ -40,7 +40,7 @@ jobs:
# 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.
- uses: actions/setup-go@v3
with:
go-version: 1.21
go-version: 1.22.1

- name: go build errorsNew linter
run: CGO_ENABLED=1 go build -buildmode=plugin -o ../errorsnew.so ./plugin/errorsnew.go
Expand Down
2 changes: 1 addition & 1 deletion helm-charts
39 changes: 22 additions & 17 deletions src/go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading