Skip to content

Commit

Permalink
update to Go 1.20.1
Browse files Browse the repository at this point in the history
Go `1.20.1` includes four security fixes.
The following issues affect KES:
 - CVE-2022-41723: net/http
 - CVE-2022-41724: crypto/tls

Both issues can be abused for resource consumption
or DOS attacks.

Signed-off-by: Andreas Auernhammer <[email protected]>
  • Loading branch information
aead authored and harshavardhana committed Feb 15, 2023
1 parent 78b8dec commit 82d17b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.20.0
go-version: 1.20.1
check-latest: true
id: go
- name: Check out code
Expand All @@ -34,7 +34,7 @@ jobs:
- name: "Set up Go"
uses: actions/setup-go@v3
with:
go-version: 1.20.0
go-version: 1.20.1
id: go
- name: Check out code
uses: actions/checkout@v3
Expand All @@ -54,7 +54,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.20.0
go-version: 1.20.1
check-latest: true
id: go
- name: Check out code
Expand All @@ -74,7 +74,7 @@ jobs:
uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.20.0
go-version: 1.20.1
check-latest: true
- name: Get govulncheck
run: go install golang.org/x/vuln/cmd/govulncheck@latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.20.0
go-version: 1.20.1
check-latest: true
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
Expand Down

0 comments on commit 82d17b3

Please sign in to comment.