Skip to content

Commit

Permalink
Merge pull request #44 from koenrh/chore/update-golang-org-x-crypto-v…
Browse files Browse the repository at this point in the history
…0.18.0

Bump golang.org/x/crypto to v0.18.0
  • Loading branch information
koenrh authored Jan 12, 2024
2 parents 8df6cb9 + a8fa2cc commit c04b240
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
strategy:
matrix:
go_version: [1.16.x, 1.17.x, 1.18.x]
go_version: [1.19.x, 1.20.x, 1.21.x]

name: Go ${{ matrix.go_version }}
runs-on: ubuntu-latest
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Run linter
uses: golangci/golangci-lint-action@v3
with:
version: v1.46.2
version: v1.54

- name: Run tests
run: go test -mod readonly -race
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/koenrh/certstatus

require golang.org/x/crypto v0.8.0
require golang.org/x/crypto v0.18.0

go 1.18
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
golang.org/x/crypto v0.8.0 h1:pd9TJtTueMTVQXzk8E2XESSMQDj/U7OUu0PqJqPXQjQ=
golang.org/x/crypto v0.8.0/go.mod h1:mRqEX+O9/h5TFCrQhkgjo2yKi0yYA+9ecGkdQoHrywE=
golang.org/x/crypto v0.18.0 h1:PGVlW0xEltQnzFZ55hkuX5+KLyrMYhHld1YHO4AKcdc=
golang.org/x/crypto v0.18.0/go.mod h1:R0j02AL6hcrfOiy9T4ZYp/rcWeMxM3L6QYxlOuEG1mg=

0 comments on commit c04b240

Please sign in to comment.