File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 4
4
run-tests :
5
5
runs-on : ubuntu-22.04
6
6
steps :
7
- - uses : actions/checkout@v3
8
- - uses : hashicorp/setup-golang@v1
7
+ - uses : actions/checkout@v4
8
+ - uses : hashicorp/setup-golang@v3
9
9
with :
10
10
version-file : go.mod
11
11
- name : Vet
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ module github.com/shoenig/bcrypt-tool
2
2
3
3
go 1.19
4
4
5
- require golang.org/x/crypto v0.12 .0
5
+ require golang.org/x/crypto v0.18 .0
Original file line number Diff line number Diff line change 1
1
golang.org/x/crypto v0.12.0 h1:tFM/ta59kqch6LlvYnPa0yx5a83cL2nHflFhYKvv9Yk =
2
2
golang.org/x/crypto v0.12.0 /go.mod h1:NF0Gs7EO5K4qLn+Ylc+fih8BSTeIjAP05siRnAh98yw =
3
+ golang.org/x/crypto v0.18.0 h1:PGVlW0xEltQnzFZ55hkuX5+KLyrMYhHld1YHO4AKcdc =
4
+ golang.org/x/crypto v0.18.0 /go.mod h1:R0j02AL6hcrfOiy9T4ZYp/rcWeMxM3L6QYxlOuEG1mg =
You can’t perform that action at this time.
0 commit comments