-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump golang to 1.22.3 and ignore
k8s.io/*
deps
- Bump golang to 1.22.3 - Ignore `k8s.io/*` deps in dependabot configuration - Bump golangci-lint and goimports
- Loading branch information
Showing
9 changed files
with
33 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,4 +21,4 @@ jobs: | |
- name: Run golangci-lint | ||
uses: golangci/golangci-lint-action@v4 | ||
with: | ||
version: v1.55.2 | ||
version: v1.58.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: Size Label | ||
|
||
on: | ||
pull_request: | ||
pull_request_target: | ||
types: | ||
- opened | ||
- edited | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
module github.com/ironcore-dev/openapi-extractor/sample | ||
|
||
go 1.21 | ||
go 1.22.2 | ||
|
||
require github.com/ironcore-dev/ironcore v0.1.2-0.20240115105645-09183cfa3d80 | ||
require github.com/ironcore-dev/ironcore v0.1.2-0.20240419083055-c4ea6c886eda // indirect |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
github.com/ironcore-dev/ironcore v0.1.2-0.20240111223726-47afcd8e8d13/go.mod h1:Jd+EhBiQT/mR0WyFdZ4OfymFzX97Iw3Gqm7Yz4edYgQ= | ||
github.com/ironcore-dev/ironcore v0.1.2-0.20240115105645-09183cfa3d80 h1:d3U97hAU319EVamZhJ2nNKOgveqTy4BTLGilm8nZvMc= | ||
github.com/ironcore-dev/ironcore v0.1.2-0.20240115105645-09183cfa3d80/go.mod h1:cTjq3AobNNQg/U/bJwrk+JYrX5o0izrQygtIB14Riaw= | ||
github.com/ironcore-dev/ironcore v0.1.2-0.20240419083055-c4ea6c886eda h1:QeIM9YtLkVmNZ+95ae7FRlOczcYLTQg8YUswPvHPhuI= | ||
github.com/ironcore-dev/ironcore v0.1.2-0.20240419083055-c4ea6c886eda/go.mod h1:S9vJ69zFNoE0zBzWXeLlscMExfuJDXQrIoaYTGwE3mE= |