Skip to content

Commit

Permalink
Prepare v1.3.6 release
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Turner <[email protected]>
  • Loading branch information
Ryan Turner committed Nov 1, 2022
1 parent 5bc9037 commit c04dba0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 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.18.6
GO_VERSION: 1.18.8
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.18.6
GO_VERSION: 1.18.8
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.18.6
1.18.8
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [1.3.6] - 2022-11-01

### Security
- Updated to Go 1.18.8 to address CVE-2022-41716. This vulnerability only affects users configuring external Server or Agent plugins on Windows.

## [1.3.5] - 2022-10-04

### Security
Expand Down

0 comments on commit c04dba0

Please sign in to comment.