Skip to content

Commit

Permalink
ci: fix publish on arm64
Browse files Browse the repository at this point in the history
We need to specify a full version of Go because mage unable to
download a toolchain just by major.minor.
  • Loading branch information
oleg-jukovec committed Jan 17, 2025
1 parent ac5e2e0 commit b47eb9e
Showing 1 changed file with 1 addition and 1 deletion.
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.22
go 1.22.10

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

0 comments on commit b47eb9e

Please sign in to comment.