Skip to content

Commit

Permalink
chore(deps): update golang docker tag to v1.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 9, 2023
1 parent 660b868 commit 3f806b8
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.3
image: golang:1.21.4
volumes:
- name: deps
path: /go
commands:
- make

- name: test
image: golang:1.21.3
image: golang:1.21.4
volumes:
- name: deps
path: /go
commands:
- make test

- name: linter
image: golang:1.21.3
image: golang:1.21.4
volumes:
- name: deps
path: /go
Expand Down

0 comments on commit 3f806b8

Please sign in to comment.