Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
ci: update Docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed May 6, 2020
1 parent 69ec5da commit 7fd627f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ kind: pipeline
name: terraform fmt (v0.12)
steps:
- name: terraform fmt (v0.12)
image: hashicorp/terraform:0.12.19
image: hashicorp/terraform:0.12.24
commands:
- terraform fmt -check examples/v0.12
- terraform fmt -check -recursive graylog/testdata
Expand All @@ -67,7 +67,7 @@ volumes:
temp: {}
steps:
- name: download go modules
image: &image_go golang:1.13.7
image: &image_go golang:1.14.2
commands:
- go mod download
volumes: &volumes
Expand Down Expand Up @@ -109,7 +109,7 @@ steps:
event:
- tag
- name: release
image: &goreleaser goreleaser/goreleaser:v0.123.3
image: &goreleaser goreleaser/goreleaser:v0.130.0
commands:
- goreleaser release
environment:
Expand Down

0 comments on commit 7fd627f

Please sign in to comment.