Skip to content

Commit

Permalink
Merge pull request from GHSA-m7vp-hqwv-7m5x
Browse files Browse the repository at this point in the history
Upgrades the Go toolchain to version 1.16.12

Signed-off-by: Andrew Harding <aharding@vmware.com>
  • Loading branch information
azdagron committed Jan 7, 2022
1 parent 07058d8 commit 431de73
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
pull_request: {}
workflow_dispatch: {}
env:
GO_VERSION: 1.16.5
GO_VERSION: 1.16.12
jobs:
cache-deps:
runs-on: ubuntu-18.04
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
tags:
- 'v[0-9].[0-9]+.[0-9]+'
env:
GO_VERSION: 1.16.5
GO_VERSION: 1.16.12
jobs:
cache-deps:
runs-on: ubuntu-18.04
Expand Down
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.16.5
1.16.12
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [1.0.3] - 2022-01-07

### Security
- Fixed CVE-2021-44716

## [1.0.2] - 2021-09-02

### Added
Expand Down
2 changes: 1 addition & 1 deletion pkg/common/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const (
// IMPORTANT: When updating, make sure to reconcile the versions list that
// is part of the upgrade integration test. See
// test/integration/suites/upgrade/README.md for details.
Base = "1.0.2"
Base = "1.0.3"
)

var (
Expand Down
1 change: 1 addition & 0 deletions test/integration/suites/upgrade/versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
0.12.3
1.0.0
1.0.1
1.0.2

0 comments on commit 431de73

Please sign in to comment.