Skip to content

Commit

Permalink
chore(deps): update golang docker tag to v1.20.3 (#20)
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 cbf32fd commit b0be6e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build Step
FROM golang:1.20.2-alpine AS builder
FROM golang:1.20.3-alpine AS builder

# Dependencies
RUN apk update && apk add --no-cache upx make git
Expand Down

0 comments on commit b0be6e7

Please sign in to comment.