Skip to content

Commit 7dd3b57

Browse files
committed
fix: version conflict for docker and goreleaser
Signed-off-by: Christian Stewart <christian@aperture.us>
1 parent 4b84e84 commit 7dd3b57

File tree

5 files changed

+11
-8
lines changed

5 files changed

+11
-8
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ jobs:
6161
- name: Depcheck Js
6262
run: yarn run deps
6363

64+
- name: Check goreleaser
65+
run: make release-check
66+
6467
# Issue: https://github.com/agnivade/wasmbrowsertest/pull/72/files
6568
# Issue: https://github.com/agnivade/wasmbrowsertest/issues/60
6669
# Remove the comment once fixed.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24
55
toolchain go1.24.2
66

77
require (
8-
github.com/aperturerobotics/common v0.22.3 // latest
8+
github.com/aperturerobotics/common v0.22.4 // latest
99
github.com/aperturerobotics/controllerbus v0.50.1 // latest
1010
github.com/aperturerobotics/entitygraph v0.11.0 // latest
1111
github.com/aperturerobotics/protobuf-go-lite v0.9.1 // latest

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ github.com/aperturerobotics/bifrost-nats-server/v2 v2.1.8-0.20221228081037-b7c2d
66
github.com/aperturerobotics/bifrost-nats-server/v2 v2.1.8-0.20221228081037-b7c2df0c151f/go.mod h1:kIcZtLpq4UIZzOqduYLm1mYU1nuMBtN6XuDCtQ21QT8=
77
github.com/aperturerobotics/cli v1.0.0 h1:s3xT2h7eBih4/4yZKTn/HQ6P+qpk6ygWZl2416xAI1M=
88
github.com/aperturerobotics/cli v1.0.0/go.mod h1:wtlINjMcKuwyV1x4ftReuA6hHZcPB8kPMXHyQqGFCSc=
9-
github.com/aperturerobotics/common v0.22.3 h1:zPuIaCWqloF/wLAYZhGNuGj8t4ktILYyFfOEsp6cMAw=
10-
github.com/aperturerobotics/common v0.22.3/go.mod h1:wsPfDVCTNpGHddg/MSfm84rKoO4GAvb+TQtATXz+pKY=
9+
github.com/aperturerobotics/common v0.22.4 h1:y0Xxsz0oau3/IEbFev8SPfiaA9ZKhMlizQmkn7936jM=
10+
github.com/aperturerobotics/common v0.22.4/go.mod h1:wsPfDVCTNpGHddg/MSfm84rKoO4GAvb+TQtATXz+pKY=
1111
github.com/aperturerobotics/controllerbus v0.50.1 h1:QHxiRjK9kZWDJIsKoinwiMMMjZ2a9JCOdzNxdZXLVas=
1212
github.com/aperturerobotics/controllerbus v0.50.1/go.mod h1:3oHrC8yYjQEn1cbgFmLf8vhKMej8yjzI4ZspE0LRnTA=
1313
github.com/aperturerobotics/entitygraph v0.11.0 h1:nPnT0SXsEMqsxmn/lWGR50JHbfmSd3pVanyJAm6v8rI=

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"singleQuote": true
4545
},
4646
"devDependencies": {
47-
"@aptre/common": "^0.22.3",
47+
"@aptre/common": "^0.22.4",
4848
"depcheck": "^1.4.6",
4949
"prettier": "^3.1.1",
5050
"rimraf": "^6.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@aptre/common@^0.22.3":
6-
version "0.22.3"
7-
resolved "https://registry.yarnpkg.com/@aptre/common/-/common-0.22.3.tgz#228a2a165970b803bf087b5adcf73ba7d4cec6d6"
8-
integrity sha512-S42h4Pj6lsiIpeS78DMbcKKAAvomdodvABHQpwQMIsX5QLah5JFctCONOrULUt8XN5Lb3aNNgxBNYLwcpMA05A==
5+
"@aptre/common@^0.22.4":
6+
version "0.22.4"
7+
resolved "https://registry.yarnpkg.com/@aptre/common/-/common-0.22.4.tgz#bd3d4bb17be2397553433ff1f38b1eb75356c370"
8+
integrity sha512-e52Yf6MRV3VoXzpKUQgX0wEyj3NGoINjyaGWC0zKCeuGlN9FgfRIci5vER+BLnhhGKE/iwPt31a/xnJNIWAyYg==
99
dependencies:
1010
"@aptre/protobuf-es-lite" "^0.4.7"
1111
"@typescript-eslint/eslint-plugin" "^8.18.0"

0 commit comments

Comments
 (0)