Skip to content

Commit

Permalink
cd: update go version
Browse files Browse the repository at this point in the history
The previous version of go had a number of security issues.
Upgraded to 1.20.5.
  • Loading branch information
psergee committed Aug 1, 2023
1 parent c5919dc commit 79da0b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- '*'

env:
GO_VERSION: '1.20.4'
GO_VERSION: '1.20.5'
GORELEASER_VERSION: v0.146.0

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:

env:
GO_VERSION: '1.20.4'
GO_VERSION: '1.20.5'
PYTHON_VERSION: '3.x'

jobs:
Expand Down

0 comments on commit 79da0b7

Please sign in to comment.