diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 27d33ef..7ab678a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@master - - uses: codfish/semantic-release-action@v1.9.0 + - uses: codfish/semantic-release-action@v1.10.0 if: github.ref == 'refs/heads/master' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/Dockerfile b/Dockerfile index 46742e7..a61bcf9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # build -FROM golang:1.15.7-alpine as builder +FROM golang:1.21.7-alpine as builder RUN apk add --no-cache git gcc musl-dev make ENV GO111MODULE=on WORKDIR /go/src/moul.io/graphman @@ -7,5 +7,5 @@ COPY . ./ RUN make install # minimalist runtime -FROM alpine:3.14.0 +FROM alpine:3.19.1 COPY --from=builder /go/bin/pertify /bin/ diff --git a/cmd/pertify/go.mod b/cmd/pertify/go.mod index 38037f6..00219bb 100644 --- a/cmd/pertify/go.mod +++ b/cmd/pertify/go.mod @@ -3,9 +3,9 @@ module moul.io/cmd/pertify go 1.13 require ( - github.com/pkg/errors v0.8.1 - gopkg.in/urfave/cli.v2 v2.0.0-20190806201727-b62605953717 - gopkg.in/yaml.v3 v3.0.0-20190709130402-674ba3eaed22 + github.com/pkg/errors v0.9.1 + gopkg.in/urfave/cli.v2 v2.27.1 + gopkg.in/yaml.v3 v3.0.1 moul.io/graphman v1.6.0 moul.io/graphman/viz v0.0.0 ) diff --git a/lambda/go.mod b/lambda/go.mod index f12e2dd..1ee23d0 100644 --- a/lambda/go.mod +++ b/lambda/go.mod @@ -3,11 +3,11 @@ module moul.io/graphman/lambda go 1.13 require ( - github.com/aws/aws-lambda-go v1.13.2 - github.com/pkg/errors v0.8.1 - gopkg.in/yaml.v3 v3.0.0-20190924164351-c8b7dadae555 + github.com/aws/aws-lambda-go v1.46.0 + github.com/pkg/errors v0.9.1 + gopkg.in/yaml.v3 v3.0.1 moul.io/graphman v1.6.0 - moul.io/graphman/viz v1.5.0 + moul.io/graphman/viz v1.6.0 ) replace ( diff --git a/web/pertify/index.html b/web/pertify/index.html index c75425e..833df70 100644 --- a/web/pertify/index.html +++ b/web/pertify/index.html @@ -36,7 +36,7 @@

Pertify

- +