Skip to content

Commit

Permalink
Merge pull request #106 from elgohr/dependabot/docker/golang-1.20.7
Browse files Browse the repository at this point in the history
⬆️ Bump golang from 1.20.6 to 1.20.7
  • Loading branch information
github-actions[bot] authored Aug 1, 2023
2 parents 2cfedef + 0b4e654 commit 6092f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20.6 as buildResource
FROM golang:1.20.7 as buildResource
WORKDIR /build/source
ADD resource ./
RUN go get -u github.com/maxbrunsfeld/counterfeiter/v6 \
Expand Down

0 comments on commit 6092f4e

Please sign in to comment.