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 8, 2023
1 parent 4c312c2 commit 0f5f022
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ steps:
- git fetch --tags

- name: test
image: golang:1.21.3
image: golang:1.21.4
volumes:
- name: deps
path: /go
commands:
- go test -race -coverprofile=coverage.txt -covermode=atomic

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

0 comments on commit 0f5f022

Please sign in to comment.