Skip to content

Commit

Permalink
Merge pull request #310 from simonmittag/306
Browse files Browse the repository at this point in the history
306
  • Loading branch information
simonmittag authored Mar 22, 2023
2 parents e9175c7 + 3352d68 commit a7436fb
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
40 changes: 20 additions & 20 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ jobs:
unit:
resource_class: medium
docker:
- image: cimg/go:1.19 #
- image: cimg/go:1.20 #
environment:
LOGCOLOR: TRUE
LOGLEVEL: TRACE
Expand All @@ -293,7 +293,7 @@ jobs:
testsum:
resource_class: medium
docker:
- image: cimg/go:1.19
- image: cimg/go:1.20
environment:
TEST_RESULTS: /tmp/test-results
steps:
Expand All @@ -312,7 +312,7 @@ jobs:
codeclimate:
resource_class: medium
docker:
- image: cimg/go:1.19
- image: cimg/go:1.20
environment:
TEST_RESULTS: /tmp/test-results
LOGLEVEL: TRACE
Expand Down Expand Up @@ -350,7 +350,7 @@ jobs:
working_directory: ~/project/tmp
resource_class: medium
docker:
- image: cimg/go:1.19
- image: cimg/go:1.20
steps:
- intjob:
test: github.com/simonmittag/j8a/integration/connection
Expand All @@ -359,7 +359,7 @@ jobs:
working_directory: ~/project/tmp
resource_class: medium
docker:
- image: cimg/go:1.19
- image: cimg/go:1.20
steps:
- intjob:
test: github.com/simonmittag/j8a/integration/content
Expand All @@ -368,7 +368,7 @@ jobs:
working_directory: ~/project/tmp
resource_class: medium
docker:
- image: cimg/go:1.19
- image: cimg/go:1.20
steps:
- intjob:
test: github.com/simonmittag/j8a/integration/downstreamHttp
Expand All @@ -377,7 +377,7 @@ jobs:
working_directory: ~/project/tmp
resource_class: medium
docker:
- image: cimg/go:1.19
- image: cimg/go:1.20
steps:
- intjob:
test: github.com/simonmittag/j8a/integration/downstreamTls
Expand All @@ -386,7 +386,7 @@ jobs:
working_directory: ~/project/tmp
resource_class: medium
docker:
- image: cimg/go:1.19
- image: cimg/go:1.20
steps:
- intjob:
test: github.com/simonmittag/j8a/integration/headers
Expand All @@ -395,7 +395,7 @@ jobs:
working_directory: ~/project/tmp
resource_class: medium
docker:
- image: cimg/go:1.19
- image: cimg/go:1.20
steps:
- intjob:
test: github.com/simonmittag/j8a/integration/jwt
Expand All @@ -404,7 +404,7 @@ jobs:
working_directory: ~/project/tmp
resource_class: medium
docker:
- image: cimg/go:1.19
- image: cimg/go:1.20
steps:
- intjob:
test: github.com/simonmittag/j8a/integration/protocol
Expand All @@ -413,7 +413,7 @@ jobs:
working_directory: ~/project/tmp
resource_class: medium
docker:
- image: cimg/go:1.19
- image: cimg/go:1.20
steps:
- intjob:
test: github.com/simonmittag/j8a/integration/responsecode
Expand All @@ -422,7 +422,7 @@ jobs:
working_directory: ~/project/tmp
resource_class: medium
docker:
- image: cimg/go:1.19
- image: cimg/go:1.20
steps:
- intjob:
test: github.com/simonmittag/j8a/integration/upstream
Expand All @@ -431,15 +431,15 @@ jobs:
working_directory: ~/project/tmp
resource_class: medium
docker:
- image: cimg/go:1.19
- image: cimg/go:1.20
steps:
- intjob:
test: github.com/simonmittag/j8a/integration/websocket

performanceHttpLowGet:
working_directory: ~/project/tmp
docker:
- image: simonmittag/wrk:go1.18
- image: simonmittag/wrk:go1.20
resource_class: medium
environment:
LOGLEVEL: WARN
Expand Down Expand Up @@ -522,7 +522,7 @@ jobs:
performanceHttpLowPost:
working_directory: ~/project/tmp
docker:
- image: simonmittag/wrk:go1.18
- image: simonmittag/wrk:go1.20
resource_class: medium
environment:
LOGLEVEL: WARN
Expand Down Expand Up @@ -614,7 +614,7 @@ jobs:
performanceHttpLowPostJwt:
working_directory: ~/project/tmp
docker:
- image: simonmittag/wrk:go1.18
- image: simonmittag/wrk:go1.20
resource_class: medium
environment:
LOGLEVEL: WARN
Expand All @@ -629,7 +629,7 @@ jobs:
J8A_ONE_CFG: ./integration/j8a1.yml
TEST_DURATION_SECONDS: 10
TEST_CONCURRENCY_JWT_LOW: 12
TEST_CONCURRENCY_JWT_LOW_THRESHOLD: 1000
TEST_CONCURRENCY_JWT_LOW_THRESHOLD: 500
TEST_STATUS_ERRORS_THRESHOLD: 1
steps:
- checkout
Expand Down Expand Up @@ -706,7 +706,7 @@ jobs:
performanceTlsLowPost:
working_directory: ~/project/tmp
docker:
- image: simonmittag/wrk:go1.18
- image: simonmittag/wrk:go1.20
resource_class: medium
environment:
LOGLEVEL: WARN
Expand Down Expand Up @@ -798,7 +798,7 @@ jobs:
performanceHttpHighPost:
working_directory: ~/project/tmp
docker:
- image: simonmittag/wrk:go1.18
- image: simonmittag/wrk:go1.20
resource_class: medium
environment:
LOGLEVEL: WARN
Expand Down Expand Up @@ -890,7 +890,7 @@ jobs:
performanceTlsHighPost:
working_directory: ~/project/tmp
docker:
- image: simonmittag/wrk:go1.18
- image: simonmittag/wrk:go1.20
resource_class: medium
environment:
LOGLEVEL: WARN
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
go-version: 1.20
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/simonmittag/j8a

go 1.19
go 1.20

require (
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
Expand Down

0 comments on commit a7436fb

Please sign in to comment.