Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: morphy2k/revive-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.5.7
Choose a base ref
...
head repository: morphy2k/revive-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.5.8
Choose a head ref
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Jul 25, 2024

  1. Copy the full SHA
    b50a6d7 View commit details
  2. Copy the full SHA
    d1c2783 View commit details
  3. bump revive from 1.3.7 to 1.3.9

    morphy2k committed Jul 25, 2024
    Copy the full SHA
    2560951 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 Dockerfile
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM golang:1.22.0 as build-env
FROM golang:1.22.5 as build-env

ARG ACTION_VERSION=unknown
ARG REVIVE_VERSION=v1.3.7
ARG REVIVE_VERSION=v1.3.9

ENV CGO_ENABLED=0

@@ -13,7 +13,7 @@ COPY . .

RUN go install -ldflags="-X 'main.version=${ACTION_VERSION}'"

FROM alpine:3.19.1
FROM alpine:3.20.2

LABEL repository="https://github.com/morphy2k/revive-action"
LABEL homepage="https://github.com/morphy2k/revive-action"