Skip to content

Commit

Permalink
added binaries as release artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
ice-ares committed May 20, 2024
1 parent d961772 commit d764e61
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions badges/fixture/fixture.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ func newMBConnector() messagebrokerfixture.TestConnector {
return messagebrokerfixture.NewTestConnector(applicationYAMLKey, TestConnectorsOrder)
}

func RContainerMounts() []func(projectRoot string) testcontainers.ContainerMount {
func RContainerMounts() []func(projectRoot string) testcontainers.ContainerMount { //nolint:typecheck // .
return nil
}

func WContainerMounts() []func(projectRoot string) testcontainers.ContainerMount {
func WContainerMounts() []func(projectRoot string) testcontainers.ContainerMount { //nolint:typecheck // .
return nil
}
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ require (

replace (
github.com/containerd/containerd => github.com/containerd/containerd v1.6.19
github.com/distribution/reference => github.com/distribution/reference v0.5.0
github.com/docker/docker => github.com/docker/docker v20.10.3+incompatible
github.com/testcontainers/testcontainers-go => github.com/testcontainers/testcontainers-go v0.15.0
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f h1:lO4WD4F/rVNCu3HqELle0jiPLLBs70cWOduZpkS1E78=
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f/go.mod h1:cuUVRXasLTGF7a8hSLbxyZXjz+1KgoB3wDUb6vlszIc=
github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5QvfrDyIgxBk=
github.com/distribution/reference v0.6.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E=
github.com/distribution/reference v0.5.0 h1:/FUIFXtfc/x2gpa5/VGfiGLuOIdYa1t65IKK2OFGvA0=
github.com/distribution/reference v0.5.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E=
github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk=
github.com/docker/distribution v2.8.3+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
github.com/docker/docker v20.10.3+incompatible h1:+HS4XO73J41FpA260ztGujJ+0WibrA2TPJEnWNSyGNE=
Expand Down
4 changes: 2 additions & 2 deletions levels-and-roles/fixture/fixture.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ func newMBConnector() messagebrokerfixture.TestConnector {
return messagebrokerfixture.NewTestConnector(applicationYAMLKey, TestConnectorsOrder)
}

func RContainerMounts() []func(projectRoot string) testcontainers.ContainerMount {
func RContainerMounts() []func(projectRoot string) testcontainers.ContainerMount { //nolint:typecheck // .
return nil
}

func WContainerMounts() []func(projectRoot string) testcontainers.ContainerMount {
func WContainerMounts() []func(projectRoot string) testcontainers.ContainerMount { //nolint:typecheck // .
return nil
}
4 changes: 2 additions & 2 deletions tasks/fixture/fixture.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ func newMBConnector() messagebrokerfixture.TestConnector {
return messagebrokerfixture.NewTestConnector(applicationYAMLKey, TestConnectorsOrder)
}

func RContainerMounts() []func(projectRoot string) testcontainers.ContainerMount {
func RContainerMounts() []func(projectRoot string) testcontainers.ContainerMount { //nolint:typecheck // .
return nil
}

func WContainerMounts() []func(projectRoot string) testcontainers.ContainerMount {
func WContainerMounts() []func(projectRoot string) testcontainers.ContainerMount { //nolint:typecheck // .
return nil
}

0 comments on commit d764e61

Please sign in to comment.