Skip to content

Commit

Permalink
chore(deps): update golang docker tag to v1.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 14, 2023
1 parent c6db260 commit 9e2f615
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.20.7
image: golang:1.21.0
volumes:
- name: deps
path: /go
commands:
- go test -race -coverprofile=coverage.txt -covermode=atomic

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

0 comments on commit 9e2f615

Please sign in to comment.