Skip to content

Commit

Permalink
ci: update go version to >=1.21.2
Browse files Browse the repository at this point in the history
Some vulnerabilities were found in previous versions of go.
Let's switches to the latest release 1.21.
  • Loading branch information
psergee authored and LeonidVas committed Nov 13, 2023
1 parent 2d6fc60 commit 6991f8f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/full-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
types: [labeled]

env:
GO_VERSION: '>=1.20.10'
GO_VERSION: '>=1.21.2'
PYTHON_VERSION: '3.10'

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

env:
GO_VERSION: '>=1.20.10'
GO_VERSION: '>=1.21.2'

jobs:
create-packages-linux:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
types: [labeled]

env:
GO_VERSION: '>=1.20.10'
GO_VERSION: '>=1.21.2'
PYTHON_VERSION: '3.10'

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

env:
GO_VERSION: '>=1.20.10'
GO_VERSION: '>=1.21.2'

jobs:
update:
Expand Down

0 comments on commit 6991f8f

Please sign in to comment.