Skip to content

Commit

Permalink
chore(deps): update golang docker tag to v1.21.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 10, 2024
1 parent 7b70947 commit f6ca9db
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.21.5
image: golang:1.21.6
volumes:
- name: deps
path: /go
commands:
- go test -race -coverprofile=coverage.txt -covermode=atomic ./...

- name: linter
image: golang:1.21.5
image: golang:1.21.6
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.21.5-alpine AS builder
FROM golang:1.21.6-alpine AS builder

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

0 comments on commit f6ca9db

Please sign in to comment.