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] authored May 30, 2024
1 parent c8780c9 commit b0e3169
Show file tree
Hide file tree
Showing 5 changed files with 3,415 additions and 176 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.22-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
7 changes: 3 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ 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.47.0
github.com/gobuffalo/packr/v2 v2.8.3
github.com/gohugoio/hugo v0.126.2
github.com/huandu/xstrings v1.2.1 // indirect
github.com/imdario/mergo v0.3.8 // indirect
github.com/mitchellh/copystructure v1.0.0 // indirect
github.com/mitchellh/reflectwalk v1.0.1 // indirect
gopkg.in/yaml.v2 v2.4.0
Expand Down
Loading

0 comments on commit b0e3169

Please sign in to comment.