Skip to content

Commit 16a2372

Browse files
committed
- Update to go 1.20.3
- Bump version to 1.6.2 - Update the CHANGELOG Signed-off-by: Agustín Martínez Fayó <[email protected]>
1 parent 48e6212 commit 16a2372

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

.github/workflows/pr_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
pull_request: {}
44
workflow_dispatch: {}
55
env:
6-
GO_VERSION: 1.20.1
6+
GO_VERSION: 1.20.3
77
permissions:
88
contents: read
99

.github/workflows/release_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
tags:
55
- 'v[0-9].[0-9]+.[0-9]+'
66
env:
7-
GO_VERSION: 1.20.1
7+
GO_VERSION: 1.20.3
88
jobs:
99
cache-deps:
1010
name: cache-deps (linux)

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.20.1
1+
1.20.3

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [1.6.2] - 2023-04-04
4+
5+
### Security
6+
7+
- Updated to Go 1.20.3 to address CVE-2023-24534
8+
39
## [1.6.1] - 2023-03-1
410

511
### Fixed

pkg/common/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const (
88
// IMPORTANT: When updating, make sure to reconcile the versions list that
99
// is part of the upgrade integration test. See
1010
// test/integration/suites/upgrade/README.md for details.
11-
Base = "1.6.1"
11+
Base = "1.6.2"
1212
)
1313

1414
var (

0 commit comments

Comments
 (0)