Commit 39c1e11 1 parent c8780c9 commit 39c1e11 Copy full SHA for 39c1e11
File tree 5 files changed +3348
-173
lines changed
5 files changed +3348
-173
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: 2
2
2
jobs :
3
3
build :
4
4
docker :
5
- - image : circleci/golang:1.16
5
+ - image : circleci/golang:1.17
6
6
working_directory : /go/src/moul.io/pipotron
7
7
environment :
8
8
GO111MODULE : " on"
Original file line number Diff line number Diff line change 1
- FROM golang:1.16 -alpine as build
1
+ FROM golang:1.21 -alpine as build
2
2
WORKDIR /go/src/moul.io/pipotron
3
3
RUN apk add --no-cache git gcc musl-dev make
4
4
RUN go get -u github.com/gobuffalo/packr/v2/packr2
Original file line number Diff line number Diff line change @@ -7,11 +7,10 @@ require (
7
7
github.com/Masterminds/semver v1.5.0 // indirect
8
8
github.com/Masterminds/sprig v2.22.0+incompatible
9
9
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.122 .0
13
13
github.com/huandu/xstrings v1.2.1 // indirect
14
- github.com/imdario/mergo v0.3.8 // indirect
15
14
github.com/mitchellh/copystructure v1.0.0 // indirect
16
15
github.com/mitchellh/reflectwalk v1.0.1 // indirect
17
16
gopkg.in/yaml.v2 v2.4.0
You can’t perform that action at this time.
0 commit comments