Skip to content

Commit

Permalink
chore(deps): update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 26, 2022
1 parent c8780c9 commit 1b418d0
Show file tree
Hide file tree
Showing 5 changed files with 242 additions and 182 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/golang:1.16
- image: circleci/golang:1.17
working_directory: /go/src/moul.io/pipotron
environment:
GO111MODULE: "on"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.16-alpine as build
FROM golang:1.18-alpine as build
WORKDIR /go/src/moul.io/pipotron
RUN apk add --no-cache git gcc musl-dev make
RUN go get -u github.com/gobuffalo/packr/v2/packr2
Expand Down
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ require (
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/sprig v2.22.0+incompatible
github.com/ajg/form v1.5.1
github.com/aws/aws-lambda-go v1.25.0
github.com/gobuffalo/packr/v2 v2.8.1
github.com/gohugoio/hugo v0.85.0
github.com/aws/aws-lambda-go v1.28.0
github.com/gobuffalo/packr/v2 v2.8.3
github.com/gohugoio/hugo v0.96.0
github.com/huandu/xstrings v1.2.1 // indirect
github.com/imdario/mergo v0.3.8 // indirect
github.com/mitchellh/copystructure v1.0.0 // indirect
Expand Down
Loading

0 comments on commit 1b418d0

Please sign in to comment.