File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed
Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 3030 - name : Set up Go
3131 uses : actions/setup-go@v5
3232 with :
33- go-version : 1.24
33+ go-version : 1.22
3434 cache : true
3535
3636 # Use GitHub actions output paramters to get go paths. For more info, see
Original file line number Diff line number Diff line change 4040 - uses : actions/setup-go@v5
4141 if : steps.check_nibiru_go.outputs.nibiru-go == 'true'
4242 with :
43- go-version : 1.24
43+ go-version : 1.22
4444 cache : false # the golangci-lint action already caches for us (https://github.com/golangci/golangci-lint-action#performance)
4545
4646 # Use GitHub actions output paramters to get go paths. For more info, see
Original file line number Diff line number Diff line change 4141 if : steps.check_nibiru_go.outputs.nibiru-go == 'true'
4242 uses : actions/setup-go@v5
4343 with :
44- go-version : 1.24
44+ go-version : 1.22
4545 cache : true
4646
4747 # Use GitHub actions output paramters to get go paths. For more info, see
Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@v4
1717 - uses : actions/setup-go@v5
1818 with :
19- go-version : 1.24
19+ go-version : 1.22
2020 cache : true
2121 - name : TestAppStateDeterminism
2222 run : |
2828 - uses : actions/checkout@v4
2929 - uses : actions/setup-go@v5
3030 with :
31- go-version : 1.24
31+ go-version : 1.22
3232 cache : true
3333 - name : TestFullAppSimulation
3434 run : |
4040 - uses : actions/checkout@v4
4141 - uses : actions/setup-go@v5
4242 with :
43- go-version : 1.24
43+ go-version : 1.22
4444 cache : true
4545 - name : TestAppImportExport
4646 run : |
5252 - uses : actions/checkout@v4
5353 - uses : actions/setup-go@v5
5454 with :
55- go-version : 1.24
55+ go-version : 1.22
5656 cache : true
5757 - name : TestAppSimulationAfterImport
5858 run : |
Original file line number Diff line number Diff line change 3939 if : steps.check_nibiru_go.outputs.nibiru-go == 'true'
4040 uses : actions/setup-go@v5
4141 with :
42- go-version : 1.24
42+ go-version : 1.22
4343 cache : true
4444
4545 # Use GitHub actions output paramters to get go paths. For more info, see
9494 if : steps.check_nibiru_go.outputs.nibiru-go == 'true'
9595 uses : actions/setup-go@v5
9696 with :
97- go-version : 1.24
97+ go-version : 1.22
9898
9999 - name : " Install just"
100100 if : steps.check_nibiru_go.outputs.nibiru-go == 'true'
Original file line number Diff line number Diff line change 11ARG src=base
22
33# ---------- Build Stage ----------
4- FROM golang:1.24 AS build-base
4+ FROM golang:1.22 AS build-base
55
66WORKDIR /nibiru
77
@@ -74,4 +74,4 @@ RUN apk --no-cache add ca-certificates
7474COPY --from=build-source /root/nibid /usr/local/bin/nibid
7575
7676ENTRYPOINT ["nibid" ]
77- CMD ["start" ]
77+ CMD ["start" ]
You can’t perform that action at this time.
0 commit comments