Compare commits

..

No commits in common. "d66c3adac230c6b543da77a28b7aa316c3607cd8" and "0bb4079851b494129f80381ca213fc908c2611be" have entirely different histories.

4 changed files with 5 additions and 5 deletions

View file

@ -34,7 +34,7 @@ jobs:
go-version: '1.22' go-version: '1.22'
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- name: golangci-lint - name: golangci-lint
uses: golangci/golangci-lint-action@23faadfdeb23a6f9e511beaba149bb123b5b145a # v6.0.0 uses: golangci/golangci-lint-action@38e1018663fa5173f3968ea0777460d3de38f256 # v5.3.0
with: with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version # Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: latest version: latest

View file

@ -2,7 +2,7 @@
# #
# SPDX-License-Identifier: MIT # SPDX-License-Identifier: MIT
FROM golang:latest@sha256:992b9f6369a63bc8e8232a774a0279fe676e4f0393d63e4d945aacf268f66edf AS builder FROM golang:latest@sha256:d5302d40dc5fbbf38ec472d1848a9d2391a13f93293a6a5b0b87c99dc0eaa6ae AS builder
RUN mkdir /builddir RUN mkdir /builddir
ADD . /builddir/ ADD . /builddir/
WORKDIR /builddir WORKDIR /builddir

2
go.mod
View file

@ -6,4 +6,4 @@ module github.com/wneessen/apg-go
go 1.22 go 1.22
require github.com/wneessen/go-hibp v1.0.7 require github.com/wneessen/go-hibp v1.0.6

4
go.sum
View file

@ -1,2 +1,2 @@
github.com/wneessen/go-hibp v1.0.7 h1:Yk3GdWR8w0zw8LvODESOYymlATH80bUpUYlZAd6kHlM= github.com/wneessen/go-hibp v1.0.6 h1:RpV540tVJpxefjCCctzq1cQaIFFlkd3nh+HhPVD6Hys=
github.com/wneessen/go-hibp v1.0.7/go.mod h1:Ldg6DQg4fMCveVKgL+RL9Jy+9TsljjAP704Ix8X3jOw= github.com/wneessen/go-hibp v1.0.6/go.mod h1:Ldg6DQg4fMCveVKgL+RL9Jy+9TsljjAP704Ix8X3jOw=