Skip to content

Commit

Permalink
Merge branch 'main' into renovate/github.com-docker-docker-25.x
Browse files Browse the repository at this point in the history
  • Loading branch information
wass3rw3rk committed Feb 2, 2024
2 parents 4a5c560 + 6d2786b commit e4bcf69
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
go test -covermode=atomic -coverprofile=coverage.out ./...
- name: coverage
uses: codecov/codecov-action@f30e4959ba63075080d4f7f90cacc18d9f3fafd7 # v4
uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: coverage.out
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ require (
github.com/docker/docker v25.0.1+incompatible
github.com/docker/go-units v0.5.0
github.com/gin-gonic/gin v1.9.1
github.com/go-vela/sdk-go v0.23.0-rc1
github.com/go-vela/server v0.23.0-rc1
github.com/go-vela/types v0.23.0-rc1
github.com/go-vela/sdk-go v0.23.0-rc2
github.com/go-vela/server v0.23.0-rc2
github.com/go-vela/types v0.23.0-rc2
github.com/golang-jwt/jwt/v5 v5.2.0
github.com/google/go-cmp v0.6.0
github.com/joho/godotenv v1.5.1
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,12 @@ github.com/go-playground/validator/v10 v10.14.0 h1:vgvQWe3XCz3gIeFDm/HnTIbj6UGmg
github.com/go-playground/validator/v10 v10.14.0/go.mod h1:9iXMNT7sEkjXb0I+enO7QXmzG6QCsPWY4zveKFVRSyU=
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 h1:tfuBGBXKqDEevZMzYi5KSi8KkcZtzBcTgAUUtapy0OI=
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572/go.mod h1:9Pwr4B2jHnOSGXyyzV8ROjYa2ojvAY6HCGYYfMoC3Ls=
github.com/go-vela/sdk-go v0.23.0-rc1 h1:PFABwdZxlwLcik5VwcXFZ5ymDhlE33Yr0ulYE1UnMPs=
github.com/go-vela/sdk-go v0.23.0-rc1/go.mod h1:iBHQ2YuYcAY1+JRrS3tHzHMstuUoA6Dxf8cuYHsnDAI=
github.com/go-vela/server v0.23.0-rc1 h1:ZxUVbSeOa1KTdFA5FcYIwBX9XgWCOo+Z6s1d5zvmc78=
github.com/go-vela/server v0.23.0-rc1/go.mod h1:w+UsZbtHebNJtXNiDfGe2VLhAp6f5cXEAAlO0O3bYfk=
github.com/go-vela/types v0.23.0-rc1 h1:WesJq/xZ0ugJR54/26T/L+kee83vQtVxaBesCvvsXYA=
github.com/go-vela/types v0.23.0-rc1/go.mod h1:cax3mW1kVz/ioI8qltZE+wl9rOLgOPdwBIvCooL09e4=
github.com/go-vela/sdk-go v0.23.0-rc2 h1:T81OScbXpnuQ3dHpK3L8yYBVTBO9Rc4Mz4Ij24vMBi4=
github.com/go-vela/sdk-go v0.23.0-rc2/go.mod h1:CVok0CRbE1cG4x2gkV9Uarpwscs/A3+Fi/gkizz7ldg=
github.com/go-vela/server v0.23.0-rc2 h1:gJ2cJrN26KRiFhbMLhDAwj6VM1l7fGPS9FWboZbgwaw=
github.com/go-vela/server v0.23.0-rc2/go.mod h1:7ETIggy+sEXUqdNtCQOFOKtQBzerzZkuNh4AIBOCpZ0=
github.com/go-vela/types v0.23.0-rc2 h1:yLWrdjS2212WBSqR5owhS3iNW5FHT9kG41slXPqJ3uM=
github.com/go-vela/types v0.23.0-rc2/go.mod h1:AAqgxIw1aRBgPkE/5juGuiwh/JZuOtL8fcPaEkjFWwQ=
github.com/goccy/go-json v0.10.2 h1:CrxCmQqYDkv1z7lO7Wbh2HN93uovUHgrECaO5ZrCXAU=
github.com/goccy/go-json v0.10.2/go.mod h1:6MelG93GURQebXPDq3khkgXZkazVtN9CRI+MGFi0w8I=
github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=
Expand Down

0 comments on commit e4bcf69

Please sign in to comment.