File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
commands :
13
13
- sh scripts/durl.sh
14
14
- name : download go modules
15
- image : golang:1.23.4 @sha256:a5ec4a1403fb63b1afc4643d707a4ee11ab4b4637fb73afa3f05ee67b9282c92
15
+ image : golang:1.23.5 @sha256:51a6466e8dbf3e00e422eb0f7a97ac450b2d57b33617bbe8d2ee0bddcd9d0d37
16
16
commands :
17
17
- go mod download
18
18
volumes : &volumes
@@ -24,13 +24,13 @@ steps:
24
24
- golangci-lint run
25
25
volumes : *volumes
26
26
- name : benchmark
27
- image : golang:1.23.4 @sha256:a5ec4a1403fb63b1afc4643d707a4ee11ab4b4637fb73afa3f05ee67b9282c92
27
+ image : golang:1.23.5 @sha256:51a6466e8dbf3e00e422eb0f7a97ac450b2d57b33617bbe8d2ee0bddcd9d0d37
28
28
commands :
29
29
- cd flute
30
30
- go test -bench=. -benchmem
31
31
volumes : *volumes
32
32
- name : codecov
33
- image : golang:1.23.4 @sha256:a5ec4a1403fb63b1afc4643d707a4ee11ab4b4637fb73afa3f05ee67b9282c92
33
+ image : golang:1.23.5 @sha256:51a6466e8dbf3e00e422eb0f7a97ac450b2d57b33617bbe8d2ee0bddcd9d0d37
34
34
commands :
35
35
# bash and cgo seem to be required
36
36
- bash scripts/codecov-test.sh
You can’t perform that action at this time.
0 commit comments