Compare commits

...

6 commits

Author SHA1 Message Date
d66c3adac2
Merge pull request #121 from wneessen/dependabot/github_actions/golangci/golangci-lint-action-6.0.0
Bump golangci/golangci-lint-action from 5.3.0 to 6.0.0
2024-05-07 22:42:37 +02:00
dependabot[bot]
ef52d09522
Bump golangci/golangci-lint-action from 5.3.0 to 6.0.0
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 5.3.0 to 6.0.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](38e1018663...23faadfdeb)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-07 19:59:55 +00:00
14705030a1
Merge pull request #120 from wneessen/dependabot/docker/golang-992b9f6
Bump golang from `d5302d4` to `992b9f6`
2024-05-07 21:45:40 +02:00
2975bc36d4
Merge pull request #119 from wneessen/dependabot/go_modules/github.com/wneessen/go-hibp-1.0.7
Bump github.com/wneessen/go-hibp from 1.0.6 to 1.0.7
2024-05-07 21:42:07 +02:00
dependabot[bot]
0edb8bd828
Bump golang from d5302d4 to 992b9f6
Bumps golang from `d5302d4` to `992b9f6`.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-07 19:38:38 +00:00
dependabot[bot]
cfc8dbbc42
Bump github.com/wneessen/go-hibp from 1.0.6 to 1.0.7
Bumps [github.com/wneessen/go-hibp](https://github.com/wneessen/go-hibp) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/wneessen/go-hibp/releases)
- [Commits](https://github.com/wneessen/go-hibp/compare/v1.0.6...v1.0.7)

---
updated-dependencies:
- dependency-name: github.com/wneessen/go-hibp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-07 19:26:47 +00:00
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@38e1018663fa5173f3968ea0777460d3de38f256 # v5.3.0 uses: golangci/golangci-lint-action@23faadfdeb23a6f9e511beaba149bb123b5b145a # v6.0.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:d5302d40dc5fbbf38ec472d1848a9d2391a13f93293a6a5b0b87c99dc0eaa6ae AS builder FROM golang:latest@sha256:992b9f6369a63bc8e8232a774a0279fe676e4f0393d63e4d945aacf268f66edf 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.6 require github.com/wneessen/go-hibp v1.0.7

4
go.sum
View file

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