Skip to content

Commit

Permalink
downgrade to go 1.20 for wrkimage
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmittag committed Dec 3, 2023
1 parent 6469e3d commit 02ada8c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ jobs:
performanceHttpLowGet:
working_directory: ~/project/tmp
docker:
- image: simonmittag/wrk:go1.21
- image: simonmittag/wrk:go1.20
resource_class: medium
environment:
LOGLEVEL: WARN
Expand Down Expand Up @@ -545,7 +545,7 @@ jobs:
performanceHttpLowPost:
working_directory: ~/project/tmp
docker:
- image: simonmittag/wrk:go1.21
- image: simonmittag/wrk:go1.20
resource_class: medium
environment:
LOGLEVEL: WARN
Expand Down Expand Up @@ -637,7 +637,7 @@ jobs:
performanceHttpLowPostJwt:
working_directory: ~/project/tmp
docker:
- image: simonmittag/wrk:go1.21
- image: simonmittag/wrk:go1.20
resource_class: medium
environment:
LOGLEVEL: WARN
Expand Down Expand Up @@ -729,7 +729,7 @@ jobs:
performanceTlsLowPost:
working_directory: ~/project/tmp
docker:
- image: simonmittag/wrk:go1.21
- image: simonmittag/wrk:go1.20
resource_class: medium
environment:
LOGLEVEL: WARN
Expand Down Expand Up @@ -821,7 +821,7 @@ jobs:
performanceHttpHighPost:
working_directory: ~/project/tmp
docker:
- image: simonmittag/wrk:go1.21
- image: simonmittag/wrk:go1.20
resource_class: medium
environment:
LOGLEVEL: WARN
Expand Down Expand Up @@ -913,7 +913,7 @@ jobs:
performanceTlsHighPost:
working_directory: ~/project/tmp
docker:
- image: simonmittag/wrk:go1.21
- image: simonmittag/wrk:go1.20
resource_class: medium
environment:
LOGLEVEL: WARN
Expand Down
2 changes: 1 addition & 1 deletion ReadMe.Md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
[![Version](https://img.shields.io/docker/v/simonmittag/j8a/1.1.0)](https://hub.docker.com/repository/docker/simonmittag/j8a)

## CVEs
🛡️ J8a has [zero](https://www.cvedetails.com/google-search-results.php?q=j8a&sa=Search) reported CVEs as of 24/06/2023.
🛡️ J8a has [zero](https://www.cvedetails.com/google-search-results.php?q=j8a&sa=Search) reported CVEs as of 03/12/2023.
If you are a security researcher, the project team would like to [hear from you](https://github.com/simonmittag/j8a/issues).

## What's new?
Expand Down

0 comments on commit 02ada8c

Please sign in to comment.