Skip to content

Commit abcade0

Browse files
author
manuelarte
committed
adding go1.23
1 parent abb292d commit abcade0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/go_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
go-version:
1515
- "1.21"
1616
- "1.22"
17+
- "1.23"
1718
name: lint and test
1819
runs-on: ubuntu-latest
1920
steps:

gorm_lock_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ func TestEnableDistributedLocking_DifferentJob(t *testing.T) {
186186
}
187187

188188
func TestJobReturningExceptionWhenUnique(t *testing.T) {
189-
t.Parallel()
190189
precision := 60 * time.Minute
191190
tests := map[string]struct {
192191
ji string
@@ -206,7 +205,6 @@ func TestJobReturningExceptionWhenUnique(t *testing.T) {
206205
for name, tc := range tests {
207206
name, tc := name, tc
208207
t.Run(name, func(t *testing.T) {
209-
t.Parallel()
210208
ctx := context.Background()
211209
postgresContainer, err := testcontainerspostgres.Run(ctx, "docker.io/postgres:16-alpine",
212210
testcontainers.WithWaitStrategy(wait.ForLog("database system is ready to accept connections").

0 commit comments

Comments
 (0)