File tree Expand file tree Collapse file tree 5 files changed +13
-13
lines changed
docker/build-src/snapshot Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -42,13 +42,13 @@ executors:
42
42
43
43
go :
44
44
docker :
45
- - image : cimg/go:1.20.3
45
+ - image : cimg/go:1.21.0
46
46
environment :
47
47
GO111MODULE : " on"
48
48
PIP_DISABLE_PIP_VERSION_CHECK : " 1"
49
49
go-integration :
50
50
docker :
51
- - image : cimg/go:1.20.3
51
+ - image : cimg/go:1.21.0
52
52
environment :
53
53
GO111MODULE : " on"
54
54
PIP_DISABLE_PIP_VERSION_CHECK : " 1"
80
80
asdf install pre-commit
81
81
- restore_cache :
82
82
keys :
83
- - go-mod-v6 -{{ checksum "rolling-shutter/go.sum" }}-{{ checksum "rolling-shutter/go.mod" }}
83
+ - go-mod-v7 -{{ checksum "rolling-shutter/go.sum" }}-{{ checksum "rolling-shutter/go.mod" }}
84
84
- restore_cache :
85
85
key : pre-commit-cache-v11-{{ checksum ".pre-commit-config.yaml" }}
86
86
- run : pre-commit install-hooks
Original file line number Diff line number Diff line change @@ -51,15 +51,15 @@ jobs:
51
51
path : ~/src
52
52
- restore_cache :
53
53
keys :
54
- - go-mod-v6 -{{ checksum "go.sum" }}-{{ checksum "go.mod" }}
54
+ - go-mod-v7 -{{ checksum "go.sum" }}-{{ checksum "go.mod" }}
55
55
- run : go get -d ./...
56
56
- save_cache :
57
- key : go-mod-v6 -{{ checksum "go.sum" }}-{{ checksum "go.mod" }}
57
+ key : go-mod-v7 -{{ checksum "go.sum" }}-{{ checksum "go.mod" }}
58
58
paths :
59
59
- ~/go/pkg/
60
60
- restore_cache :
61
61
keys :
62
- - rs-build-<< parameters.go-version >>-v3 -{{ checksum "go.sum" }}-{{ checksum "go.mod" }}
62
+ - rs-build-<< parameters.go-version >>-v4 -{{ checksum "go.sum" }}-{{ checksum "go.mod" }}
63
63
- install-asdf
64
64
- run :
65
65
name : " Install asdf plugins"
90
90
- store_test_results :
91
91
path : report
92
92
- save_cache :
93
- key : rs-build-<< parameters.go-version >>-v3 -{{ checksum "go.sum" }}-{{ checksum "go.mod" }}
93
+ key : rs-build-<< parameters.go-version >>-v4 -{{ checksum "go.sum" }}-{{ checksum "go.mod" }}
94
94
paths :
95
95
- " ~/.cache/go-build"
96
96
@@ -186,7 +186,7 @@ jobs:
186
186
path : ~/src
187
187
- restore_cache :
188
188
keys :
189
- - go-mod-v6 -{{ checksum "go.sum" }}-{{ checksum "go.mod" }}
189
+ - go-mod-v7 -{{ checksum "go.sum" }}-{{ checksum "go.mod" }}
190
190
- restore_cache :
191
191
keys :
192
192
- rs-lint-v13-{{ checksum "go.sum" }}-{{ checksum "go.mod" }}
Original file line number Diff line number Diff line change 1
1
babashka 1.3.182
2
- binaryen 112
2
+ binaryen 114
3
3
circleci 0.1.28811
4
4
clojure 1.11.1.1386
5
- golang 1.20.3
5
+ golang 1.21.0
6
6
golangci-lint 1.54.1
7
7
java temurin-17.0.5+8
8
8
nodejs 18.17.0
@@ -12,4 +12,4 @@ protoc 22.3
12
12
shfmt 3.7.0
13
13
solidity 0.8.9
14
14
sqlc 1.19.1
15
- tinygo 0.27 .0
15
+ tinygo 0.29 .0
Original file line number Diff line number Diff line change 1
- FROM golang:1.20 as builder
1
+ FROM golang:1.21 as builder
2
2
ENV GOMODCACHE=/root/.cache/mod
3
3
# Fetch go modules separately to improve cache usage
4
4
RUN mkdir /gomod
Original file line number Diff line number Diff line change 128
128
:loop/checks [{:check :collator/decryption-trigger }]}
129
129
{:check :loop/until
130
130
:loop/description " batchtx generation should work"
131
- :loop/timeout-ms (* 20 1000 )
131
+ :loop/timeout-ms (* 22 1000 )
132
132
:loop/checks [{:check :collator/have-batch-tx
133
133
:collator/num-batchtxs 5 }]}
134
134
; ; {:check :loop/forever}
You can’t perform that action at this time.
0 commit comments