Skip to content

Commit

Permalink
chore(deps): update golang docker tag to v1.20.3 (#37)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 5, 2023
1 parent f655418 commit a01318c
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.2
image: golang:1.20.3
volumes:
- name: deps
path: /go
commands:
- go test -race -coverprofile=coverage.txt -covermode=atomic

- name: linter
image: golang:1.20.2
image: golang:1.20.3
volumes:
- name: deps
path: /go
Expand Down

0 comments on commit a01318c

Please sign in to comment.