We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9f794f commit 15f9303Copy full SHA for 15f9303
.github/workflows/juno-test.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
fail-fast: false
15
matrix:
16
- go: [ '1.22' ]
+ go: [ '1.22.2' ]
17
os: [ ubuntu-latest, macos-latest, self-hosted-linux-arm64]
18
runs-on: ${{ matrix.os }}
19
env:
go.mod
@@ -1,7 +1,7 @@
1
module github.com/NethermindEth/juno
2
3
// if version specified as "1.22" (without bugfix) it breaks CodeQL github build
4
-go 1.22.0
+go 1.22.2
5
6
require (
7
github.com/Masterminds/semver/v3 v3.2.1
0 commit comments