Skip to content

Commit 60349e2

Browse files
committed
fix(ci): update trunk go runtime and format test files
- Update trunk go runtime from 1.24.3 to 1.25.6 to match go.mod - Fix trailing newline formatting in label test files
1 parent e42ab39 commit 60349e2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.trunk/trunk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ plugins:
1414
# Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes)
1515
runtimes:
1616
enabled:
17-
- go@1.24.3
17+
- go@1.25.6
1818
1919
2020

systest/label/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ services:
7070
command:
7171
/gobin/dgraph ${COVERAGE_OUTPUT} zero --telemetry "reports=false;" --raft="idx=1;"
7272
--my=zero1:5080 --replicas=1 --logtostderr -v=2 --bindall
73-
volumes: {}
73+
volumes: {}

systest/label/label_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,4 +389,4 @@ func TestMissingLabelGroupError(t *testing.T) {
389389
require.Contains(t, err.Error(), "nonexistent_label",
390390
"error should mention the missing label")
391391
t.Log("Verified: non-existent label produces correct error!")
392-
}
392+
}

0 commit comments

Comments
 (0)