Skip to content

Commit d1600ec

Browse files
chore(deps): update golang docker tag to v1.23.5 (#285)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8407cb4 commit d1600ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.drone.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ steps:
1212
commands:
1313
- sh scripts/durl.sh
1414
- name: download go modules
15-
image: golang:1.23.4@sha256:a5ec4a1403fb63b1afc4643d707a4ee11ab4b4637fb73afa3f05ee67b9282c92
15+
image: golang:1.23.5@sha256:51a6466e8dbf3e00e422eb0f7a97ac450b2d57b33617bbe8d2ee0bddcd9d0d37
1616
commands:
1717
- go mod download
1818
volumes: &volumes
@@ -24,13 +24,13 @@ steps:
2424
- golangci-lint run
2525
volumes: *volumes
2626
- name: benchmark
27-
image: golang:1.23.4@sha256:a5ec4a1403fb63b1afc4643d707a4ee11ab4b4637fb73afa3f05ee67b9282c92
27+
image: golang:1.23.5@sha256:51a6466e8dbf3e00e422eb0f7a97ac450b2d57b33617bbe8d2ee0bddcd9d0d37
2828
commands:
2929
- cd flute
3030
- go test -bench=. -benchmem
3131
volumes: *volumes
3232
- name: codecov
33-
image: golang:1.23.4@sha256:a5ec4a1403fb63b1afc4643d707a4ee11ab4b4637fb73afa3f05ee67b9282c92
33+
image: golang:1.23.5@sha256:51a6466e8dbf3e00e422eb0f7a97ac450b2d57b33617bbe8d2ee0bddcd9d0d37
3434
commands:
3535
# bash and cgo seem to be required
3636
- bash scripts/codecov-test.sh

0 commit comments

Comments
 (0)