Skip to content

Commit

Permalink
chore(deps): update golang docker tag to v1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 7, 2023
1 parent 93e774d commit 2c29de1
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 @@ -4,23 +4,23 @@ name: default

steps:
- name: build
image: golang:1.21.0
image: golang:1.21.1
volumes:
- name: deps
path: /go
commands:
- make

- name: test
image: golang:1.21.0
image: golang:1.21.1
volumes:
- name: deps
path: /go
commands:
- make test

- name: linter
image: golang:1.21.0
image: golang:1.21.1
volumes:
- name: deps
path: /go
Expand Down

0 comments on commit 2c29de1

Please sign in to comment.