Skip to content

Commit

Permalink
Merge branch 'master' into ks43
Browse files Browse the repository at this point in the history
  • Loading branch information
fbm3307 committed May 2, 2024
2 parents e37ebc7 + d71fd26 commit df888c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-golang-sbom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v4

- name: Lint
uses: golangci/golangci-lint-action@v4
uses: golangci/golangci-lint-action@v5
with:
version: v1.56.2
skip-pkg-cache: true
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ replace github.com/codeready-toolchain/toolchain-common => github.com/fbm3307/to

require (
github.com/aws/aws-sdk-go v1.44.100
github.com/codeready-toolchain/api v0.0.0-20240424103940-03edc96d88fb
github.com/codeready-toolchain/toolchain-common v0.0.0-20240422084400-e6d41ea74313
github.com/codeready-toolchain/api v0.0.0-20240425165440-d0a6da0060a5
github.com/codeready-toolchain/toolchain-common v0.0.0-20240429224949-78585f71122a
github.com/go-logr/logr v1.2.3
github.com/gofrs/uuid v4.2.0+incompatible
github.com/pkg/errors v0.9.1
Expand Down

0 comments on commit df888c6

Please sign in to comment.