Skip to content

Commit

Permalink
Merge pull request #389 from simonmittag/388
Browse files Browse the repository at this point in the history
388
  • Loading branch information
simonmittag authored Dec 3, 2023
2 parents c0497ca + 02ada8c commit 60ff43c
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
28 changes: 14 additions & 14 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ jobs:
unit:
resource_class: medium
docker:
- image: cimg/go:1.20 #
- image: cimg/go:1.21 #
environment:
LOGCOLOR: TRUE
LOGLEVEL: TRACE
Expand All @@ -307,7 +307,7 @@ jobs:
testsum:
resource_class: medium
docker:
- image: cimg/go:1.20
- image: cimg/go:1.21
environment:
TEST_RESULTS: /tmp/test-results
steps:
Expand All @@ -326,7 +326,7 @@ jobs:
codeclimate:
resource_class: medium
docker:
- image: cimg/go:1.20
- image: cimg/go:1.21
environment:
TEST_RESULTS: /tmp/test-results
LOGLEVEL: TRACE
Expand Down Expand Up @@ -364,7 +364,7 @@ jobs:
working_directory: ~/project/tmp
resource_class: medium
docker:
- image: cimg/go:1.20
- image: cimg/go:1.21
steps:
- intjob:
test: github.com/simonmittag/j8a/integration/connection
Expand All @@ -373,7 +373,7 @@ jobs:
working_directory: ~/project/tmp
resource_class: medium
docker:
- image: cimg/go:1.20
- image: cimg/go:1.21
steps:
- intjob:
test: github.com/simonmittag/j8a/integration/content
Expand All @@ -382,7 +382,7 @@ jobs:
working_directory: ~/project/tmp
resource_class: medium
docker:
- image: cimg/go:1.20
- image: cimg/go:1.21
steps:
- intjob:
test: github.com/simonmittag/j8a/integration/downstreamHttp
Expand All @@ -391,7 +391,7 @@ jobs:
working_directory: ~/project/tmp
resource_class: medium
docker:
- image: cimg/go:1.20
- image: cimg/go:1.21
steps:
- intjob:
test: github.com/simonmittag/j8a/integration/downstreamTls
Expand All @@ -400,7 +400,7 @@ jobs:
working_directory: ~/project/tmp
resource_class: medium
docker:
- image: cimg/go:1.20
- image: cimg/go:1.21
steps:
- intjob:
test: github.com/simonmittag/j8a/integration/headers
Expand All @@ -409,7 +409,7 @@ jobs:
working_directory: ~/project/tmp
resource_class: medium
docker:
- image: cimg/go:1.20
- image: cimg/go:1.21
steps:
- intjob:
test: github.com/simonmittag/j8a/integration/jwt
Expand All @@ -418,7 +418,7 @@ jobs:
working_directory: ~/project/tmp
resource_class: medium
docker:
- image: cimg/go:1.20
- image: cimg/go:1.21
steps:
- intjob:
test: github.com/simonmittag/j8a/integration/protocol
Expand All @@ -427,7 +427,7 @@ jobs:
working_directory: ~/project/tmp
resource_class: medium
docker:
- image: cimg/go:1.20
- image: cimg/go:1.21
steps:
- intjob:
test: github.com/simonmittag/j8a/integration/responsecode
Expand All @@ -436,7 +436,7 @@ jobs:
working_directory: ~/project/tmp
resource_class: medium
docker:
- image: cimg/go:1.20
- image: cimg/go:1.21
steps:
- intjob:
test: github.com/simonmittag/j8a/integration/upstream
Expand All @@ -445,7 +445,7 @@ jobs:
working_directory: ~/project/tmp
resource_class: medium
docker:
- image: cimg/go:1.20
- image: cimg/go:1.21
steps:
- intjob:
test: github.com/simonmittag/j8a/integration/websocket
Expand All @@ -454,7 +454,7 @@ jobs:
working_directory: ~/project/tmp
resource_class: medium
docker:
- image: cimg/go:1.20
- image: cimg/go:1.21
steps:
- intjob:
test: github.com/simonmittag/j8a/integration/routing
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.20'
go-version: '1.21'
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
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
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.20
go 1.21

require (
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
Expand Down

0 comments on commit 60ff43c

Please sign in to comment.