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: elgohr/go-vulncheck-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7221c71
Choose a base ref
...
head repository: elgohr/go-vulncheck-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e73217f
Choose a head ref
  • 10 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 3, 2024

  1. ⬆️ Bump golang from 1.22.1 to 1.22.2

    Bumps golang from 1.22.1 to 1.22.2.
    
    ---
    updated-dependencies:
    - dependency-name: golang
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 3, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    zhukovgreen zhukovgreen
    Copy the full SHA
    a187286 View commit details
  2. Merge pull request #24 from elgohr/dependabot/docker/golang-1.22.2

    ⬆️ Bump golang from 1.22.1 to 1.22.2
    github-actions[bot] authored Apr 3, 2024
    Copy the full SHA
    4499ebc View commit details

Commits on May 7, 2024

  1. ⬆️ Bump golang from 1.22.2 to 1.22.3

    Bumps golang from 1.22.2 to 1.22.3.
    
    ---
    updated-dependencies:
    - dependency-name: golang
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 7, 2024
    Copy the full SHA
    4d6b3ee View commit details
  2. Merge pull request #25 from elgohr/dependabot/docker/golang-1.22.3

    ⬆️ Bump golang from 1.22.2 to 1.22.3
    github-actions[bot] authored May 7, 2024
    Copy the full SHA
    331d54d View commit details

Commits on Jun 5, 2024

  1. ⬆️ Bump golang from 1.22.3 to 1.22.4

    Bumps golang from 1.22.3 to 1.22.4.
    
    ---
    updated-dependencies:
    - dependency-name: golang
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 5, 2024
    Copy the full SHA
    0208722 View commit details
  2. Merge pull request #26 from elgohr/dependabot/docker/golang-1.22.4

    ⬆️ Bump golang from 1.22.3 to 1.22.4
    github-actions[bot] authored Jun 5, 2024
    Copy the full SHA
    d21be08 View commit details

Commits on Jul 3, 2024

  1. ⬆️ Bump golang from 1.22.4 to 1.23rc1

    Bumps golang from 1.22.4 to 1.23rc1.
    
    ---
    updated-dependencies:
    - dependency-name: golang
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 3, 2024
    Copy the full SHA
    09595da View commit details
  2. Merge pull request #27 from elgohr/dependabot/docker/golang-1.23rc1

    ⬆️ Bump golang from 1.22.4 to 1.23rc1
    github-actions[bot] authored Jul 3, 2024
    Copy the full SHA
    2837ca3 View commit details

Commits on Jul 17, 2024

  1. ⬆️ Bump golang from 1.23rc1 to 1.23rc2

    Bumps golang from 1.23rc1 to 1.23rc2.
    
    ---
    updated-dependencies:
    - dependency-name: golang
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 17, 2024
    Copy the full SHA
    4e37a4b View commit details
  2. Merge pull request #28 from elgohr/dependabot/docker/golang-1.23rc2

    ⬆️ Bump golang from 1.23rc1 to 1.23rc2
    github-actions[bot] authored Jul 17, 2024
    Copy the full SHA
    e73217f View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 Dockerfile
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22.1
FROM golang:1.23rc2
COPY entrypoint.sh /entrypoint.sh
RUN go install golang.org/x/vuln/cmd/govulncheck@latest
ENTRYPOINT [ "/entrypoint.sh" ]