Skip to content

Commit

Permalink
chore(deps): update golang docker tag to v1.17 (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 25, 2021
1 parent b903f1d commit 3a5b84e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .drone.yml
Expand Up @@ -30,7 +30,7 @@ steps:
- revive -config .revive.toml -formatter friendly ./...

- name: test & build
image: golang:1.16-alpine
image: golang:1.17-alpine
volumes:
- name: deps
path: /go
Expand All @@ -40,7 +40,7 @@ steps:
- go build -ldflags "-w -s"

- name: goreleaser-snapshot
image: golang:1.16-alpine
image: golang:1.17-alpine
volumes:
- name: deps
path: /go
Expand Down Expand Up @@ -74,7 +74,7 @@ steps:
- git fetch --tags

- name: release
image: golang:1.16-alpine
image: golang:1.17-alpine
environment:
GITHUB_TOKEN:
from_secret: github_token
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM golang:1.16-alpine as builder
FROM golang:1.17-alpine as builder

RUN apk add --no-cache libpcap-dev libc-dev gcc linux-headers
ADD . /app
Expand Down

0 comments on commit 3a5b84e

Please sign in to comment.