Skip to content

Commit 728a49f

Browse files
chore(deps): update all
1 parent c8780c9 commit 728a49f

File tree

5 files changed

+3404
-176
lines changed

5 files changed

+3404
-176
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
build:
44
docker:
5-
- image: circleci/golang:1.16
5+
- image: circleci/golang:1.17
66
working_directory: /go/src/moul.io/pipotron
77
environment:
88
GO111MODULE: "on"

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.16-alpine as build
1+
FROM golang:1.22-alpine as build
22
WORKDIR /go/src/moul.io/pipotron
33
RUN apk add --no-cache git gcc musl-dev make
44
RUN go get -u github.com/gobuffalo/packr/v2/packr2

go.mod

+3-4
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@ require (
77
github.com/Masterminds/semver v1.5.0 // indirect
88
github.com/Masterminds/sprig v2.22.0+incompatible
99
github.com/ajg/form v1.5.1
10-
github.com/aws/aws-lambda-go v1.25.0
11-
github.com/gobuffalo/packr/v2 v2.8.1
12-
github.com/gohugoio/hugo v0.85.0
10+
github.com/aws/aws-lambda-go v1.46.0
11+
github.com/gobuffalo/packr/v2 v2.8.3
12+
github.com/gohugoio/hugo v0.124.1
1313
github.com/huandu/xstrings v1.2.1 // indirect
14-
github.com/imdario/mergo v0.3.8 // indirect
1514
github.com/mitchellh/copystructure v1.0.0 // indirect
1615
github.com/mitchellh/reflectwalk v1.0.1 // indirect
1716
gopkg.in/yaml.v2 v2.4.0

0 commit comments

Comments
 (0)