Skip to content

Commit

Permalink
Merge pull request #356 from alphagov/dependabot/docker/golang-1.20.4…
Browse files Browse the repository at this point in the history
…-alpine

Bump golang from 1.20.3-alpine to 1.20.4-alpine
  • Loading branch information
Tetrino authored May 17, 2023
2 parents cdb38ca + 80dbf9d commit 1c5616f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '1.20.3'
go-version: '1.20.4'
cache: true

- name: Setup MongoDB
Expand Down
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.20.3
1.20.4
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.3-alpine AS builder
FROM golang:1.20.4-alpine AS builder
ARG TARGETARCH TARGETOS
WORKDIR /src
COPY . ./
Expand Down

0 comments on commit 1c5616f

Please sign in to comment.