Skip to content

Commit

Permalink
Bump go version
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Gilman <[email protected]>
  • Loading branch information
evan2645 committed Dec 7, 2023
1 parent 01c5764 commit 18a6f1e
Show file tree
Hide file tree
Showing 7 changed files with 13 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.20.11
GO_VERSION: 1.20.12
permissions:
contents: read

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.20.11
GO_VERSION: 1.20.12
jobs:
cache-deps:
name: cache-deps (linux)
Expand Down
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.20.11
1.20.12
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [1.7.6] - 2023-12-07

### Security

- Updated to Go 1.20.12 to address CVE-2023-39326

## [1.7.5] - 2023-11-07

### Security
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.7.5"
Base = "1.7.6"
)

var (
Expand Down
2 changes: 2 additions & 0 deletions pkg/server/datastore/sqlstore/migration.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,8 @@ import (
// | v1.7.4 | | |
// |---------| | |
// | v1.7.5 | | |
// |---------| | |
// | v1.7.6 | | |
// ================================================================================================

const (
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 @@ -9,3 +9,4 @@
1.7.2
1.7.3
1.7.4
1.7.5

0 comments on commit 18a6f1e

Please sign in to comment.