Skip to content

Commit 15f9303

Browse files
committed
Update go to 1.22.2
1 parent a9f794f commit 15f9303

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/juno-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
go: [ '1.22' ]
16+
go: [ '1.22.2' ]
1717
os: [ ubuntu-latest, macos-latest, self-hosted-linux-arm64]
1818
runs-on: ${{ matrix.os }}
1919
env:

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module github.com/NethermindEth/juno
22

33
// if version specified as "1.22" (without bugfix) it breaks CodeQL github build
4-
go 1.22.0
4+
go 1.22.2
55

66
require (
77
github.com/Masterminds/semver/v3 v3.2.1

0 commit comments

Comments
 (0)