Skip to content

Commit

Permalink
tt: bump up Go lang version 1.21
Browse files Browse the repository at this point in the history
Use exactly match version of tool, to avoid unexpected issues with test on CI
  • Loading branch information
dmyger authored and oleg-jukovec committed Sep 25, 2024
1 parent a173cbe commit 48df9f5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/full-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ on:
types: [labeled]

env:
GO_VERSION: '>=1.21.5'
# Note: Use exactly match version of tool, to avoid unexpected issues with test on CI.
GO_VERSION: '1.21.13'
PYTHON_VERSION: '3.10'

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

env:
GO_VERSION: '>=1.21.5'
# Note: Use exactly match version of tool, to avoid unexpected issues with test on CI.
GO_VERSION: '1.21.13'

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

env:
GO_VERSION: '>=1.21.5'
# Note: Use exactly match version of tool, to avoid unexpected issues with test on CI.
GO_VERSION: '1.21.13'
PYTHON_VERSION: '3.10'

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

env:
GO_VERSION: '>=1.21.5'
# Note: Use exactly match version of tool, to avoid unexpected issues with test on CI.
GO_VERSION: '1.21.13'

jobs:
update:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/tarantool/tt

go 1.20
go 1.21

require (
github.com/adam-hanna/arrayOperations v0.2.6
Expand Down

0 comments on commit 48df9f5

Please sign in to comment.